Skip to content

Commit

Permalink
Exit early if needed
Browse files Browse the repository at this point in the history
Otherwise we might miss other errors in the CI here
  • Loading branch information
tgorochowik committed Mar 22, 2023
1 parent cc6054c commit 2049f5f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
#!/usr/bin/env bash

set -x

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

Expand Down

0 comments on commit 2049f5f

Please sign in to comment.