Skip to content

Commit

Permalink
Merge pull request #25 from chipsalliance/flag-fix
Browse files Browse the repository at this point in the history
Ops: Actually exit early if there is an error
  • Loading branch information
tgorochowik authored Mar 22, 2023
2 parents 7222528 + 53d030a commit e765819
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/usr/bin/env bash

set -x
set -e

event_file=event.json
diff_cmd="git diff FECH_HEAD"
Expand Down

0 comments on commit e765819

Please sign in to comment.