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