File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change @@ -217,7 +217,7 @@ expected_container_definition='[\n {\n "essential": true,\n "image": "hel
217217 export BUILDKITE_PLUGIN_ECS_DEPLOY_EXECUTION_ROLE=arn:aws:iam::012345678910:role/world
218218
219219 stub aws \
220- " ecs register-task-definition --family hello-world --container-definitions $'$expected_container_definition ' : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
220+ " ecs register-task-definition --family hello-world --container-definitions $'$expected_container_definition ' --execution-role-arn arn:aws:iam::012345678910:role/world : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
221221 " ecs describe-services --cluster my-cluster --service my-service --query 'services[?status==\` ACTIVE\` ].status' --output text : echo '1'" \
222222 " ecs describe-services --cluster my-cluster --services my-service --query 'services[?status==\` ACTIVE\` ]' : echo 'null'" \
223223 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
You can’t perform that action at this time.
0 commit comments