diff --git a/entrypoint.sh b/entrypoint.sh index 31a7aee..8981cca 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,6 +1,7 @@ #!/bin/sh -l set -x +set -e APT_DEPENDENCIES=$1 CODECOV_TOKEN=$2