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

pull/729/head
Frostebite 2025-09-05 01:26:01 +01:00
parent 70fcc1ae2f
commit f00d7c8add
2 changed files with 2 additions and 3 deletions

3
dist/index.js generated vendored
View File

@ -6037,8 +6037,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"`;
}
static BuildCommands(builderPath, isContainerized) {
const distFolder = node_path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist');

2
dist/index.js.map generated vendored

File diff suppressed because one or more lines are too long