File tree 1 file changed +2
-2
lines changed
1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -179,8 +179,8 @@ template=$(echo $template | jq --arg family $AWS_ECS_TASK_FAMILY '.family=$famil
179
179
log " Family updated"
180
180
181
181
# taskrole and excution role has updated
182
- template=$( echo $template | jq --arg taskRoleArn arn:aws:iam::$AWS_ACCOUNT_ID :role/ecsTaskExecutionRole ' .taskRoleArn=$taskRoleArn' )
183
- template=$( echo $template | jq --arg executionRoleArn arn:aws:iam::$AWS_ACCOUNT_ID :role/ecsTaskExecutionRole ' .executionRoleArn=$executionRoleArn' )
182
+ # template=$(echo $template | jq --arg taskRoleArn arn:aws:iam::$AWS_ACCOUNT_ID:role/ecsTaskExecutionRole '.taskRoleArn=$taskRoleArn')
183
+ # template=$(echo $template | jq --arg executionRoleArn arn:aws:iam::$AWS_ACCOUNT_ID:role/ecsTaskExecutionRole '.executionRoleArn=$executionRoleArn')
184
184
185
185
# Container Name update
186
186
template=$( echo $template | jq --arg name $AWS_ECS_CONTAINER_NAME ' .containerDefinitions[0].name=$name' )
You can’t perform that action at this time.
0 commit comments