fixed compilation after rebase

pull/256/head
Ivan Hernandez 2021-05-27 15:33:31 +02:00
parent 2a6add4924
commit fe464b5924
3 changed files with 2197 additions and 2189 deletions

4383
dist/index.js vendored

File diff suppressed because it is too large Load Diff

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -22,6 +22,7 @@ class BuildParameters {
public androidKeyaliasName!: string; public androidKeyaliasName!: string;
public androidKeyaliasPass!: string; public androidKeyaliasPass!: string;
public customParameters!: string; public customParameters!: string;
public sshAgent!: string;
public remoteBuildCluster!: string; public remoteBuildCluster!: string;
public awsStackName!: string; public awsStackName!: string;
public kubeConfig!: string; public kubeConfig!: string;