Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Nov 25, 2024
1 parent 82cc7da commit 9f3e682
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/jobs/baseinstall.sh
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ if [ "${db}" = "install" ]; then
section_end
elif [ "${db}" = "upgrade" ]; then
section_start "Upgrade DOMjudge database"
/opt/domjudge/domserver/bin/dj_setup_database -uroot -proot update-password
# /opt/domjudge/domserver/bin/dj_setup_database -uroot -proot update-password
/opt/domjudge/domserver/bin/dj_setup_database -uroot -proot upgrade
section_end
fi
Expand Down

0 comments on commit 9f3e682

Please sign in to comment.