command start and end injector

pull/310/head
Frostebite 2021-12-29 17:11:53 +00:00
parent 178956ad5d
commit 8b8fa69dc2
3 changed files with 3 additions and 3 deletions

2
dist/index.js vendored
View File

@ -1221,7 +1221,7 @@ class AWSTaskRunner {
{ {
name: taskDef.taskDefStackName, name: taskDef.taskDefStackName,
environment: [...environment, { name: 'BUILDID', value: buildGuid }], environment: [...environment, { name: 'BUILDID', value: buildGuid }],
command: ['-c', ...cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(commands)], command: ['-c', cloud_runner_build_command_process_1.CloudRunnerBuildCommandProcessor.ProcessCommands(commands)],
}, },
], ],
}, },

2
dist/index.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -40,7 +40,7 @@ class AWSTaskRunner {
{ {
name: taskDef.taskDefStackName, name: taskDef.taskDefStackName,
environment: [...environment, { name: 'BUILDID', value: buildGuid }], environment: [...environment, { name: 'BUILDID', value: buildGuid }],
command: ['-c', ...CloudRunnerBuildCommandProcessor.ProcessCommands(commands)], command: ['-c', CloudRunnerBuildCommandProcessor.ProcessCommands(commands)],
}, },
], ],
}, },