diff --git a/entrypoint.sh b/entrypoint.sh
index 62b445fa828e71e3fb2de38863b99fc100ef3571..070a842b3eee90f97868a5d6798543de164ba4b6 100755
--- a/entrypoint.sh
+++ b/entrypoint.sh
@@ -1,5 +1,6 @@
 #!/usr/bin/env bash
 printenv
+set -e
 set -x
 git clone ${GIT_URL} .
 pip install -r requirements.txt --no-input