Skip to content

Commit 3e9f87a

Browse files
committed
change init_admin_pass path
1 parent c028011 commit 3e9f87a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/database-upgrade.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
- name: Wait and Import Database
3131
run: mysql -hsqlserver -u"root" -p"root" < .github/jobs/data/dj733.sql
3232
- name: Setting init Admin Passwod
33-
run: echo "pass" > ./etc/initial_admin_password.secret
33+
run: echo "pass" > ./opt/domjudge/domserver/etc/initial_admin_password.secret
3434
- name: Install DOMjudge
3535
run: .github/jobs/baseinstall.sh default upgrade
3636
- name: Check for Errors in the Upgrade

0 commit comments

Comments
 (0)