Skip to content

Commit c41aaed

Browse files
committed
Revert "Is this picked from the DBpasswords file"
This reverts commit 3aa21a1.
1 parent 4ba5e36 commit c41aaed

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

.github/jobs/unit-tests.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,6 @@ if [ "$CODECOVERAGE" -eq 1 ]; then
3131
pcov="--coverage-html=${DIR}/coverage-html --coverage-clover coverage.xml"
3232
fi
3333
set +e
34-
echo "unused:sqlserver:domjudge:domjudge:domjudge:3306" > /opt/domjudge/domserver/etc/dbpasswords.secret
3534
php $phpcov webapp/bin/phpunit -c webapp/phpunit.xml.dist webapp/tests/$unittest --log-junit ${ARTIFACTS}/unit-tests.xml --colors=never $pcov > "$ARTIFACTS"/phpunit.out
3635
UNITSUCCESS=$?
3736

0 commit comments

Comments
 (0)