fix(crabbox): sync full sparse lease runs

This commit is contained in:
Vincent Koc
2026-05-25 15:39:13 +02:00
parent 3f363e0450
commit e97e831c12
3 changed files with 76 additions and 41 deletions

View File

@@ -679,7 +679,7 @@ function shouldUseFullCheckoutForCleanSparseRemoteSync(commandArgs, providerName
if (commandArgs[0] !== "run" || isLocalContainerProvider(providerName)) {
return false;
}
if (hasOption(commandArgs, "--no-sync") || hasOption(commandArgs, "--id")) {
if (hasOption(commandArgs, "--no-sync")) {
return false;
}