We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3bd1489 commit 8e0a9a8Copy full SHA for 8e0a9a8
provision-contest/ansible/admin.yml
@@ -80,7 +80,8 @@
80
git: repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
81
82
- 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
+ ignore_errors: true
84
+ git: repo=git@packages:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
85
86
- name: Copy custom CSS file for admin machines
87
copy:
0 commit comments