fix
parent
9366b55b0f
commit
6f69dde383
|
|
@ -269,7 +269,6 @@ class BuildParameters {
|
|||
runNumber: input_1.default.runNumber,
|
||||
branch: yield input_1.default.branch(),
|
||||
githubRepo: input_1.default.githubRepo,
|
||||
logToFile: false,
|
||||
remoteBuildCluster: input_1.default.cloudRunnerCluster,
|
||||
awsStackName: input_1.default.awsBaseStackName,
|
||||
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 branch!: string;
|
||||
public githubRepo!: string;
|
||||
public logToFile!: boolean;
|
||||
public gitSha!: string;
|
||||
public logId!: string;
|
||||
public buildGuid!: string;
|
||||
|
|
@ -100,7 +99,6 @@ class BuildParameters {
|
|||
runNumber: Input.runNumber,
|
||||
branch: await Input.branch(),
|
||||
githubRepo: Input.githubRepo,
|
||||
logToFile: false,
|
||||
remoteBuildCluster: Input.cloudRunnerCluster,
|
||||
awsStackName: Input.awsBaseStackName,
|
||||
gitSha: Input.gitSha,
|
||||
|
|
|
|||
Loading…
Reference in New Issue