Skip to content

Commit 4fdf46a

Browse files
committed
🔥 Remove unbound variable check - too painful to get working
Related: #44808
1 parent e0cd727 commit 4fdf46a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎entrypoint.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ FORCE=""
1414
if [ ! -z "$MYSQL_DUMP_FORCE" ]; then
1515
FORCE="--force"
1616
else
17-
set -euo pipefail # if we do not force, we want clean exit codes on mysqldump command
17+
set -eo pipefail # if we do not force, we want clean exit codes on mysqldump command
1818
fi
1919

2020
if [ ! -z "$GOOGLE_APPLICATION_CREDENTIALS" ]; then

0 commit comments

Comments
 (0)