Skip to content

Commit

Permalink
fix: positive action state on error call (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
leonsteinhaeuser committed Sep 24, 2022
1 parent a2a9c99 commit b0f7d64
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion entrypoint.sh
@@ -1,7 +1,9 @@
#!/bin/bash

set -e

if [ "$DEBUG_COMMANDS" = "true" ]; then
set -ex
set -x
fi

# DEBUG_MODE_ENABLED provides a way to enable the debug mode
Expand Down

0 comments on commit b0f7d64

Please sign in to comment.