Skip to content

Commit 280ff54

Browse files
comment task and execution roles
1 parent b6c7614 commit 280ff54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

master_deply_v4.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -179,8 +179,8 @@ template=$(echo $template | jq --arg family $AWS_ECS_TASK_FAMILY '.family=$famil
179179
log "Family updated"
180180

181181
#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')
184184

185185
#Container Name update
186186
template=$(echo $template | jq --arg name $AWS_ECS_CONTAINER_NAME '.containerDefinitions[0].name=$name')

0 commit comments

Comments
 (0)