Skip to content

Commit

Permalink
Update image tag to be same as environment
Browse files Browse the repository at this point in the history
  • Loading branch information
nakulpathak3 committed Feb 28, 2020
1 parent 93b52be commit d9972d2
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion ecs-deploy
Original file line number Diff line number Diff line change
Expand Up @@ -615,7 +615,9 @@ if [ "$BASH_SOURCE" == "$0" ]; then
# Not required creation of new a task definition
if [ $FORCE_NEW_DEPLOYMENT == true ]; then
updateServiceForceNewDeployment
waitForGreenDeployment
if [[ $SKIP_DEPLOYMENTS_CHECK != true ]]; then
waitForGreenDeployment
fi
exit 0
fi

Expand Down

0 comments on commit d9972d2

Please sign in to comment.