Skip to content

Commit 5e48219

Browse files
committed
Keep the line readable
1 parent 55e1995 commit 5e48219

File tree

1 file changed

+7
-1
lines changed
  • provision-contest/ansible/roles/judgedaemon/tasks

1 file changed

+7
-1
lines changed

provision-contest/ansible/roles/judgedaemon/tasks/main.yml

+7-1
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,13 @@
3434
dest: /tmp/dj_ansible/
3535

3636
- name: Create chroot
37-
shell: "set -o pipefail && {{ DJ_DIR }}/misc-tools/dj_make_chroot -y -H -i icpc-kotlinc,openjdk-17-jdk-headless -l \"$(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n' ',')\" -s \"$(ls /tmp/dj_ansible/chroot-list/*.list 2>/dev/null | tr '\n' ',')\" 2>&1 | tee /tmp/dj_make_chroot.log; grep '^Done building chroot in' /tmp/dj_make_chroot.log"
37+
shell: "set -o pipefail &&
38+
{{ DJ_DIR }}/misc-tools/dj_make_chroot -y -H
39+
-i icpc-kotlinc,openjdk-17-jdk-headless
40+
-l \"$(ls /tmp/dj_ansible/install-chroot/*.deb 2>/dev/null | tr '\n' ',')\"
41+
-s \"$(ls /tmp/dj_ansible/chroot-list/*.list 2>/dev/null | tr '\n' ',')\"
42+
2>&1 | tee /tmp/dj_make_chroot.log;
43+
grep '^Done building chroot in' /tmp/dj_make_chroot.log"
3844
environment:
3945
DEBMIRROR: "{%- if WF_RESTRICTED_NETWORK and ICPC_IMAGE -%}https://packages/ubuntu
4046
{%- elif ICPC_IMAGE -%}https://sysopspackages.icpc.global/ubuntu

0 commit comments

Comments
 (0)