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 7878 # We use a different directory here to have one single 'upstream' and not have issues with it
7979 git : repo={{ dj_git_repo_scripts }} dest=/home/domjudge/domjudge-scripts-checkout version=main accept_hostkey=yes update=no
8080
81- - name : Create working copy of the wf2021 repo
81+ - name : Create working copy of the contest repo
8282 become : true
8383 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
8585
8686 - name : Copy custom CSS file for admin machines
8787 copy :
Original file line number Diff line number Diff line change @@ -67,6 +67,7 @@ DJ_GIT_REPO: "https://github.com/domjudge/domjudge.git"
6767DJ_GIT_REPO_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge"
6868DJ_GIT_REPO_SCRIPTS: "https://github.com/domjudge/domjudge-scripts.git"
6969DJ_GIT_REPO_SCRIPTS_RESTRICTED: "domjudge@{{DJ_GIT_HOST}}:domjudge-scripts-bare"
70+ CONTEST_REPO: "wf2021"
7071
7172PHPSTORM_VERSION: 2022.2
7273PHPSTORM_FULL_VERSION: 222.4345.15
You can’t perform that action at this time.
0 commit comments