diff --git a/init/entrypoint.sh b/init/entrypoint.sh index eb61775..96958d9 100644 --- a/init/entrypoint.sh +++ b/init/entrypoint.sh @@ -1,4 +1,5 @@ #!/bin/sh +set -eox pipefail # Configure git for corporate proxy git config --global http.proxyAuthMethod basic