Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 25, 2024
1 parent 9aecc4d commit bede69b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/integration.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:
- '[0-9]+.[0-9]+'

jobs:
runpipe:
integration:
runs-on: ubuntu-24.04
container:
image: domjudge/gitlabci:24.04
Expand Down Expand Up @@ -45,4 +45,4 @@ jobs:
- name: Create user
run: sudo userdel -f -r domjudge-run-0 && sudo useradd -d /nonexistent -g nogroup -s /bin/false -u 2222 domjudge-run-0
- name: Start judging
run: sudo cp judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost
run: sudo cp /opt/domjudge/lib/judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost

0 comments on commit bede69b

Please sign in to comment.