Skip to content
This repository has been archived by the owner on Jan 18, 2024. It is now read-only.

Commit

Permalink
Exit on non-zero status.
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchao committed Dec 8, 2017
1 parent 63739b8 commit 87eacef
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions setup
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

setup_dedicated () {
heroku addons:create heroku-postgresql:hobby-dev --as HEROKU_POSTGRESQL -a ${APP_NAME} && \
heroku addons:create heroku-kafka:${PLAN} --as HEROKU_KAFKA -a ${APP_NAME} && \
Expand Down

0 comments on commit 87eacef

Please sign in to comment.