Skip to content

Commit

Permalink
Merge pull request silinternational#104 from silinternational/develop
Browse files Browse the repository at this point in the history
fix another call to rollback
  • Loading branch information
fillup authored May 1, 2017
2 parents 4a7142e + e4bf4f6 commit 7045a05
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 @@ -398,7 +398,9 @@ function waitForGreenDeployment {
done

if [[ "${DEPLOYMENT_SUCCESS}" != "true" ]]; then
rollback
if [[ "${ENABLE_ROLLBACK}" != "false" ]]; then
rollback
fi
exit 1
fi
}
Expand Down

0 comments on commit 7045a05

Please sign in to comment.