Skip to content

Commit a5cef7f

Browse files
committed
Why is this not detected by the set -eu
1 parent 6df535f commit a5cef7f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/jobs/baseinstall.sh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -88,6 +88,7 @@ section_end
8888
if [ "${db}" = "install" ]; then
8989
section_start "Install DOMjudge database"
9090
/opt/domjudge/domserver/bin/dj_setup_database -uroot -p${MYSQL_ROOT_PASSWORD} bare-install
91+
echo $?
9192
section_end
9293
elif [ "${db}" = "upgrade" ]; then
9394
section_start "Upgrade DOMjudge database"

0 commit comments

Comments
 (0)