Skip to content

Commit

Permalink
set pipefail for vince script
Browse files Browse the repository at this point in the history
  • Loading branch information
gernest committed Feb 8, 2024
1 parent 0d22b18 commit 1e53971
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions tools/vince
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
set -euo pipefail

go build -o bin/vince

export VINCE_LOG_LEVEL=DEBUG
export VINCE_DOMAINS=vinceanalytics.com
./bin/vince
VINCE_LOG_LEVEL=DEBUG VINCE_DOMAINS=vinceanalytics.com ./bin/vince

0 comments on commit 1e53971

Please sign in to comment.