We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6df535f commit a5cef7fCopy full SHA for a5cef7f
.github/jobs/baseinstall.sh
@@ -88,6 +88,7 @@ section_end
88
if [ "${db}" = "install" ]; then
89
section_start "Install DOMjudge database"
90
/opt/domjudge/domserver/bin/dj_setup_database -uroot -p${MYSQL_ROOT_PASSWORD} bare-install
91
+ echo $?
92
section_end
93
elif [ "${db}" = "upgrade" ]; then
94
section_start "Upgrade DOMjudge database"
0 commit comments