Various fixes
parent
b969dbb14a
commit
4165f16f0c
|
|
@ -4000,7 +4000,7 @@ class Input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static get cloudRunnerBuilderPlatform() {
|
static get cloudRunnerBuilderPlatform() {
|
||||||
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'linux';
|
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'ubuntu';
|
||||||
}
|
}
|
||||||
static get gitSha() {
|
static get gitSha() {
|
||||||
if (Input.getInput(`GITHUB_SHA`)) {
|
if (Input.getInput(`GITHUB_SHA`)) {
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -67,7 +67,7 @@ class Input {
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
static get cloudRunnerBuilderPlatform() {
|
static get cloudRunnerBuilderPlatform() {
|
||||||
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'linux';
|
return Input.cloudRunnerCluster === 'local' ? Input.getInput('cloudRunnerBuilderPlatform') || false : 'ubuntu';
|
||||||
}
|
}
|
||||||
|
|
||||||
static get gitSha() {
|
static get gitSha() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue