fix
parent
9366b55b0f
commit
6f69dde383
|
|
@ -269,7 +269,6 @@ class BuildParameters {
|
||||||
runNumber: input_1.default.runNumber,
|
runNumber: input_1.default.runNumber,
|
||||||
branch: yield input_1.default.branch(),
|
branch: yield input_1.default.branch(),
|
||||||
githubRepo: input_1.default.githubRepo,
|
githubRepo: input_1.default.githubRepo,
|
||||||
logToFile: false,
|
|
||||||
remoteBuildCluster: input_1.default.cloudRunnerCluster,
|
remoteBuildCluster: input_1.default.cloudRunnerCluster,
|
||||||
awsStackName: input_1.default.awsBaseStackName,
|
awsStackName: input_1.default.awsBaseStackName,
|
||||||
gitSha: input_1.default.gitSha,
|
gitSha: input_1.default.gitSha,
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -47,7 +47,6 @@ class BuildParameters {
|
||||||
public runNumber!: string;
|
public runNumber!: string;
|
||||||
public branch!: string;
|
public branch!: string;
|
||||||
public githubRepo!: string;
|
public githubRepo!: string;
|
||||||
public logToFile!: boolean;
|
|
||||||
public gitSha!: string;
|
public gitSha!: string;
|
||||||
public logId!: string;
|
public logId!: string;
|
||||||
public buildGuid!: string;
|
public buildGuid!: string;
|
||||||
|
|
@ -100,7 +99,6 @@ class BuildParameters {
|
||||||
runNumber: Input.runNumber,
|
runNumber: Input.runNumber,
|
||||||
branch: await Input.branch(),
|
branch: await Input.branch(),
|
||||||
githubRepo: Input.githubRepo,
|
githubRepo: Input.githubRepo,
|
||||||
logToFile: false,
|
|
||||||
remoteBuildCluster: Input.cloudRunnerCluster,
|
remoteBuildCluster: Input.cloudRunnerCluster,
|
||||||
awsStackName: Input.awsBaseStackName,
|
awsStackName: Input.awsBaseStackName,
|
||||||
gitSha: Input.gitSha,
|
gitSha: Input.gitSha,
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue