diff --git a/entrypoint.sh b/entrypoint.sh index deebb9c..16417f5 100755 --- a/entrypoint.sh +++ b/entrypoint.sh @@ -1,5 +1,5 @@ #!/bin/bash -l -set -uo pipefail +set -xuo pipefail # Enable optional debug output if [ "${INPUT_DEBUG}" = true ]; then