From 2049f5f8f14562493f7f47ac9a2ea64b745d347c Mon Sep 17 00:00:00 2001 From: Tomasz Gorochowik Date: Wed, 22 Mar 2023 09:40:26 +0100 Subject: [PATCH] Exit early if needed Otherwise we might miss other errors in the CI here --- entrypoint.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/entrypoint.sh b/entrypoint.sh index 1ad1e37..c4e8834 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,7 @@ #!/usr/bin/env bash +set -x + event_file=event.json diff_cmd="git diff FECH_HEAD"