File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed
icpc-wf/ansible/roles/judgedaemon/tasks Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 22
22
dest : /tmp/dj_ansible/
23
23
24
24
- name : create chroot
25
- shell : " {{ DJ_DIR }}/misc-tools/dj_make_chroot -y -i openjdk-11-jdk-headless -l \" $(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n ' ',')\" 2>&1 | tee /tmp/dj_make_chroot.log; grep '^Done building chroot in' /tmp/dj_make_chroot.log"
25
+ shell : " set -o pipefail && {{ DJ_DIR }}/misc-tools/dj_make_chroot -y -i openjdk-11-jdk-headless -l \" $(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n ' ',')\" 2>&1 | tee /tmp/dj_make_chroot.log; grep '^Done building chroot in' /tmp/dj_make_chroot.log"
26
26
environment :
27
27
DEBMIRROR : " {{ 'https://packages/ubuntu' if WF_RESTRICTED_NETWORK else '' }}"
28
28
args :
You can’t perform that action at this time.
0 commit comments