Skip to content

Commit

Permalink
Merge pull request #17 from armory/fieldju-patch-1
Browse files Browse the repository at this point in the history
fix(it): exit 1 if the cli fails
  • Loading branch information
fieldju authored Jun 14, 2022
2 parents ab0e068 + 17989c7 commit 36fc96b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,6 @@
#!/usr/bin/env sh
#!/usr/bin/env bash

set -e

EXTRA_ARGS=""
if [ -n "${2}" ]; then
Expand Down

0 comments on commit 36fc96b

Please sign in to comment.