fix(ci local): do not run remote-cli-pre-build on non-container provider

pull/729/head
Frostebite 2025-09-05 01:24:50 +01:00
parent 9b205ac903
commit 70fcc1ae2f
1 changed files with 1 additions and 2 deletions

View File

@ -103,8 +103,7 @@ node ${builderPath} -m remote-cli-pre-build`;
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
mkdir -p "$(dirname "$LOG_FILE")"
echo "log start" >> "$LOG_FILE"
echo "CACHE_KEY=$CACHE_KEY"
node ${builderPath} -m remote-cli-pre-build`;
echo "CACHE_KEY=$CACHE_KEY"`;
}
private static BuildCommands(builderPath: string, isContainerized: boolean) {