Skip to content

Commit

Permalink
enable verbose mode
Browse files Browse the repository at this point in the history
  • Loading branch information
dosullivan committed Jul 16, 2021
1 parent 3609fa4 commit bf814e8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
#!/bin/bash
set -e
set -x

if [ -z "$CHARTMUSEUM_URL" ]; then
echo "CHARTMUSEUM_URL is not set. Quitting."
Expand Down

0 comments on commit bf814e8

Please sign in to comment.