We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a2a9c99 commit b0f7d64Copy full SHA for b0f7d64
entrypoint.sh
@@ -1,7 +1,9 @@
1
#!/bin/bash
2
3
+set -e
4
+
5
if [ "$DEBUG_COMMANDS" = "true" ]; then
- set -ex
6
+ set -x
7
fi
8
9
# DEBUG_MODE_ENABLED provides a way to enable the debug mode
0 commit comments