Skip to content

Commit 8e0a9a8

Browse files
committed
Continue even when packages is not online yet
1 parent 3bd1489 commit 8e0a9a8

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Diff for: provision-contest/ansible/admin.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -80,7 +80,8 @@
8080
git: repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
8181

8282
- name: Create working copy of the contest repo
83-
git: repo=git@cds:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
83+
ignore_errors: true
84+
git: repo=git@packages:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
8485

8586
- name: Copy custom CSS file for admin machines
8687
copy:

0 commit comments

Comments
 (0)