command start and end injector
parent
178956ad5d
commit
8b8fa69dc2
|
|
@ -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)],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
File diff suppressed because one or more lines are too long
|
|
@ -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)],
|
||||||
},
|
},
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue