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 e4da951 commit a9743c1Copy full SHA for a9743c1
.github/workflows/database-upgrade.yml
@@ -29,7 +29,7 @@ jobs:
29
- uses: actions/checkout@v4
30
- name: Import Database
31
run: mysql -hsqlserver -uroot -proot < .github/jobs/data/dj733.sql
32
- - name: Install DOMjudge
+ - name: Upgrade DOMjudge
33
run: .github/jobs/baseinstall.sh default upgrade
34
- name: Setting init Admin Passwod
35
run: echo "pass" > /opt/domjudge/domserver/etc/initial_admin_password.secret
0 commit comments