We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c028011 commit 3e9f87aCopy full SHA for 3e9f87a
.github/workflows/database-upgrade.yml
@@ -30,7 +30,7 @@ jobs:
30
- name: Wait and Import Database
31
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
32
- name: Setting init Admin Passwod
33
- run: echo "pass" > ./etc/initial_admin_password.secret
+ run: echo "pass" > ./opt/domjudge/domserver/etc/initial_admin_password.secret
34
- name: Install DOMjudge
35
run: .github/jobs/baseinstall.sh default upgrade
36
- name: Check for Errors in the Upgrade
0 commit comments