File tree Expand file tree Collapse file tree 2 files changed +3
-2
lines changed
provision-contest/ansible Expand file tree Collapse file tree 2 files changed +3
-2
lines changed Original file line number Diff line number Diff line change 78
78
# We use a different directory here to have one single 'upstream' and not have issues with it
79
79
git : repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
80
80
81
- - name : Create working copy of the wf2021 repo
81
+ - name : Create working copy of the contest repo
82
82
become : true
83
83
become_user : domjudge
84
- git : repo=git@cds:wf2021 dest=/home/domjudge/wf2021 version=master accept_hostkey=yes update=no
84
+ git : repo=git@cds:{{ CONTEST_REPO }} dest=/home/domjudge/{{ CONTEST_REPO }} version=master accept_hostkey=yes update=no
85
85
86
86
- name : Copy custom CSS file for admin machines
87
87
copy :
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
67
67
DJ_GIT_REPO_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge"
68
68
DJ_GIT_REPO_SCRIPTS: "https://github.com/domjudge/domjudge-scripts.git"
69
69
DJ_GIT_REPO_SCRIPTS_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge-scripts-bare"
70
+ CONTEST_REPO: "wf2021"
70
71
71
72
PHPSTORM_VERSION: 2022.2
72
73
PHPSTORM_FULL_VERSION: 222.4345.15
You can’t perform that action at this time.
0 commit comments