Skip to content

Commit

Permalink
Test 1 -- exit on err
Browse files Browse the repository at this point in the history
  • Loading branch information
L1ghtmann committed Jul 28, 2024
1 parent b89e84c commit 10178c4
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bin/dragon
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -e

export DRAGON_DIR=.dragon
export DRAGON_VERS=$(python3 -c 'from dragon.util import version; print(version())')

Expand Down

0 comments on commit 10178c4

Please sign in to comment.