pull/310/head
Frostebite 2021-12-30 20:31:07 +00:00
parent 9366b55b0f
commit 6f69dde383
3 changed files with 1 additions and 4 deletions

1
dist/index.js vendored
View File

@ -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,

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -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,