Skip to content
This repository has been archived by the owner on Feb 12, 2022. It is now read-only.

Commit

Permalink
Improve prerelease error handling
Browse files Browse the repository at this point in the history
  • Loading branch information
mars committed Oct 8, 2018
1 parent ee63813 commit 501df2f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions bin/prerelease
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/usr/bin/env bash
set -u
set +e

# Only run this if Kong's tables have not be initialized.
psql $DATABASE_URL -c "SELECT 1 FROM consumers"
Expand Down

0 comments on commit 501df2f

Please sign in to comment.