fix(ci local): do not run remote-cli-pre-build on non-container provider
parent
9b205ac903
commit
70fcc1ae2f
|
@ -103,8 +103,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`;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
private static BuildCommands(builderPath: string, isContainerized: boolean) {
|
private static BuildCommands(builderPath: string, isContainerized: boolean) {
|
||||||
|
|
Loading…
Reference in New Issue