Fix: check for retained workspace
parent
2b4295a004
commit
4df638aed7
|
|
@ -569,7 +569,7 @@ class Cli {
|
|||
}
|
||||
static PostCLIBuild() {
|
||||
return __awaiter(this, void 0, void 0, function* () {
|
||||
const buildParameter = yield __1.BuildParameters.create();
|
||||
const buildParameter = __1.CloudRunner.buildParameters;
|
||||
/*
|
||||
# LIBRARY CACHE
|
||||
node ${builderPath} -m cache-push --cachePushFrom ${CloudRunnerFolders.ToLinuxFolder(
|
||||
|
|
|
|||
File diff suppressed because one or more lines are too long
|
|
@ -112,7 +112,7 @@ export class Cli {
|
|||
|
||||
@CliFunction(`remote-cli-post-build`, `runs a cloud runner build`)
|
||||
public static async PostCLIBuild(): Promise<string> {
|
||||
const buildParameter = await BuildParameters.create();
|
||||
const buildParameter = CloudRunner.buildParameters;
|
||||
|
||||
/*
|
||||
# LIBRARY CACHE
|
||||
|
|
|
|||
Loading…
Reference in New Issue