mirror of
https://github.com/game-ci/unity-builder.git
synced 2026-06-16 21:16:47 -07:00
fix(ci local): do not run remote-cli-pre-build on non-container provider
This commit is contained in:
+1
-2
@@ -6037,8 +6037,7 @@ node ${builderPath} -m remote-cli-pre-build`;
|
|||||||
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
return `export GIT_DISCOVERY_ACROSS_FILESYSTEM=1
|
||||||
mkdir -p "$(dirname "$LOG_FILE")"
|
mkdir -p "$(dirname "$LOG_FILE")"
|
||||||
echo "log start" >> "$LOG_FILE"
|
echo "log start" >> "$LOG_FILE"
|
||||||
echo "CACHE_KEY=$CACHE_KEY"
|
echo "CACHE_KEY=$CACHE_KEY"`;
|
||||||
node ${builderPath} -m remote-cli-pre-build`;
|
|
||||||
}
|
}
|
||||||
static BuildCommands(builderPath, isContainerized) {
|
static BuildCommands(builderPath, isContainerized) {
|
||||||
const distFolder = node_path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist');
|
const distFolder = node_path_1.default.join(cloud_runner_folders_1.CloudRunnerFolders.builderPathAbsolute, 'dist');
|
||||||
|
|||||||
+1
-1
File diff suppressed because one or more lines are too long
Reference in New Issue
Block a user