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"