Skip to content

Commit 0fc0566

Browse files
Michael Vasseurvmcj
authored andcommitted
Remove unneeded whitelines
1 parent 18c6000 commit 0fc0566

File tree

1 file changed

+0
-3
lines changed
  • provision-contest/ansible/roles/judgedaemon/tasks

1 file changed

+0
-3
lines changed

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

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,14 +28,11 @@
2828
src: install-chroot
2929
dest: /tmp/dj_ansible/
3030

31-
3231
- name: Copy chroot-list to install
3332
synchronize:
3433
src: chroot-list
3534
dest: /tmp/dj_ansible/
3635

37-
38-
3936
- name: Create chroot
4037
shell: "set -o pipefail && {{ DJ_DIR }}/misc-tools/dj_make_chroot -y -i 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"
4138
environment:

0 commit comments

Comments
 (0)