We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e0cd727 commit 4fdf46aCopy full SHA for 4fdf46a
‎entrypoint.sh
@@ -14,7 +14,7 @@ FORCE=""
14
if [ ! -z "$MYSQL_DUMP_FORCE" ]; then
15
FORCE="--force"
16
else
17
- set -euo pipefail # if we do not force, we want clean exit codes on mysqldump command
+ set -eo pipefail # if we do not force, we want clean exit codes on mysqldump command
18
fi
19
20
if [ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]; then
0 commit comments