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 057430c commit 38d8713Copy full SHA for 38d8713
hooks/command
@@ -182,9 +182,9 @@ service_events=$(aws ecs describe-services \
182
183
if [[ $deploy_exitcode -eq 0 ]]; then
184
echo "--- :ecs: Service is up 🚀"
185
- echo $service_events
+ echo "$service_events"
186
else
187
echo "+++ :ecs: Service failed to deploy ❌"
188
189
exit $deploy_exitcode
190
fi
0 commit comments