Update github check with aws log

pull/479/head
Frostebite 2022-12-10 01:34:23 +00:00
parent 0866c4fc97
commit 65f81a2d17
3 changed files with 11 additions and 3 deletions

6
dist/index.js vendored
View File

@ -1538,7 +1538,11 @@ class AWSJobStack {
}, },
{ {
ParameterKey: 'BUILDGUID', ParameterKey: 'BUILDGUID',
ParameterValue: mountdir, ParameterValue: cloud_runner_1.default.buildParameters.buildGuid,
},
{
ParameterKey: 'EnvironmentName',
ParameterValue: this.baseStackName,
}, },
], ],
}; };

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -160,7 +160,11 @@ export class AWSJobStack {
}, },
{ {
ParameterKey: 'BUILDGUID', ParameterKey: 'BUILDGUID',
ParameterValue: mountdir, ParameterValue: CloudRunner.buildParameters.buildGuid,
},
{
ParameterKey: 'EnvironmentName',
ParameterValue: this.baseStackName,
}, },
], ],
}; };