We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3889d6d commit c01359eCopy full SHA for c01359e
hooks/command
@@ -104,9 +104,10 @@ aws ecs wait services-stable \
104
--services "${service_name}" || deploy_exitcode=$?
105
106
107
-services_events=$(aws ecs describe-services \
+service_events=$(aws ecs describe-services \
108
--cluster "${cluster}" \
109
- --service "${service_name}")
+ --service "${service_name}" \
110
+ --query 'services[].events' --output text)
111
112
if [[ $deploy_exitcode -eq 0 ]]; then
113
echo "--- :ecs: Service is up 🚀"
0 commit comments