Skip to content

Commit

Permalink
Update .github/workflows/database-upgrade.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Nicky Gerritsen <[email protected]>
  • Loading branch information
as6325400 and Nicky Gerritsen authored Oct 22, 2024
1 parent e4da951 commit a9743c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/database-upgrade.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
- uses: actions/checkout@v4
- name: Import Database
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
- name: Install DOMjudge
- name: Upgrade DOMjudge
run: .github/jobs/baseinstall.sh default upgrade
- name: Setting init Admin Passwod
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
Expand Down

0 comments on commit a9743c1

Please sign in to comment.