Skip to content

Commit 3a56ee9

Browse files
tom93vmcj
authored andcommitted
Abort on errors in chroot-and-tar.sh when building judgehost docker image
1 parent b2ccd49 commit 3a56ee9

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

docker/judgehost/chroot-and-tar.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
#!/bin/bash
22

3+
set -euo pipefail
4+
35
# Usage: https://github.com/DOMjudge/domjudge/blob/main/misc-tools/dj_make_chroot.in#L58-L87
46
/opt/domjudge/judgehost/bin/dj_make_chroot
57

0 commit comments

Comments
 (0)