@@ -20,7 +20,7 @@ setup() {
2020 " ecs register-task-definition --family hello-world --container-definitions \* : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
2121 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
2222 " ecs wait services-stable --cluster my-cluster --services my-service : echo ok" \
23- " ecs describe-services --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
23+ " ecs describe-services --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
2424
2525 run " $PWD /hooks/command"
2626
@@ -43,7 +43,7 @@ setup() {
4343 " ecs register-task-definition --family hello-world --container-definitions $'$expected_multiple_container_definition ' : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
4444 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
4545 " ecs wait services-stable --cluster my-cluster --services my-service : echo ok" \
46- " ecs describe-services --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
46+ " ecs describe-services --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
4747
4848 run " $PWD /hooks/command"
4949
@@ -69,7 +69,7 @@ setup() {
6969 " ecs register-task-definition --family hello-world --container-definitions \* : echo \"\$ 6\" > ${_TMP_DIR} /container_definition ; echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
7070 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
7171 " ecs wait services-stable --cluster my-cluster --services my-service : echo ok" \
72- " ecs describe-services --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
72+ " ecs describe-services --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
7373
7474 run " $PWD /hooks/command"
7575
@@ -96,7 +96,7 @@ setup() {
9696 " ecs register-task-definition --family hello-world --container-definitions \* --task-role-arn arn:aws:iam::012345678910:role/world : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
9797 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
9898 " ecs wait services-stable --cluster my-cluster --services my-service : echo ok" \
99- " ecs describe-services --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
99+ " ecs describe-services --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
100100
101101 run " $PWD /hooks/command"
102102
@@ -114,7 +114,7 @@ setup() {
114114 " ecs register-task-definition --family hello-world --container-definitions \* --execution-role-arn arn:aws:iam::012345678910:role/world : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
115115 " ecs update-service --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
116116 " ecs wait services-stable --cluster my-cluster --services my-service : echo ok" \
117- " ecs describe-services --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
117+ " ecs describe-services --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
118118
119119 run " $PWD /hooks/command"
120120
@@ -133,7 +133,7 @@ setup() {
133133 " ecs register-task-definition --region custom-region --family hello-world --container-definitions \* : echo '{\" taskDefinition\" :{\" revision\" :1}}'" \
134134 " ecs update-service --region custom-region --cluster my-cluster --service my-service --task-definition hello-world:1 : echo ok" \
135135 " ecs wait services-stable --region custom-region --cluster my-cluster --services my-service : echo ok" \
136- " ecs describe-services --region custom-region --cluster my-cluster --service my-service --query 'services[].events' --output text : echo ok"
136+ " ecs describe-services --region custom-region --cluster my-cluster --services my-service --query 'services[].events' --output text : echo ok"
137137
138138 run " $PWD /hooks/command"
139139
0 commit comments