Skip to content

Commit 8cecda3

Browse files
committed
Test plenty of weird characters in CI job MySQL password
1 parent e371261 commit 8cecda3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gitlab/base.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ fi
3333

3434
# Generate a dbpasswords file
3535
# Note that this does not use ${DATABASE_NAME} since Symfony adds the _test postfix itself
36-
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > etc/dbpasswords.secret
36+
echo 'unused:sqlserver:domjudge:domjudge:domjudge_+% #$*)@(!/;,.:3306' > etc/dbpasswords.secret
3737

3838
# Generate APP_SECRET for symfony
3939
# shellcheck disable=SC2164

0 commit comments

Comments
 (0)