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 4b2f27f commit a9a9f91Copy full SHA for a9a9f91
icpc-wf/ansible/judgehost.yml
@@ -58,6 +58,8 @@
58
59
- name: create chroot
60
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"
61
+ environment:
62
+ DEBMIRROR: https://pc2cancer.ecs.csus.edu/ubuntu
63
args:
64
creates: "/chroot/domjudge-systest"
65
0 commit comments