Skip to content

Commit

Permalink
feat(entrypoint): Add Exit on first bash error
Browse files Browse the repository at this point in the history
  • Loading branch information
gtoselli committed Oct 11, 2021
1 parent 83cf741 commit b807245
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ branch_name=${branch_name##*/}

GCLOUD_PROJECT="${GCLOUD_PROJECT:-"golee-infra"}"

set -e


docker -v
gcloud -v
Expand Down

0 comments on commit b807245

Please sign in to comment.