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

Commit 501df2f

Browse files
committed
Improve prerelease error handling
1 parent ee63813 commit 501df2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

bin/prerelease

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#!/usr/bin/env bash
22
set -u
3+
set +e
34

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

0 commit comments

Comments
 (0)