Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
meisterT committed Aug 25, 2024
1 parent bede69b commit 1236474
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration.yml
Original file line number Diff line number Diff line change
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 /opt/domjudge/lib/judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost
run: sudo cp judge/domjudge-*service judge/domjudge-*target /etc/systemd/system/ && sudo ls /etc/systemd/system/ && sudo systemctl enable --now domjudge-judgehost

0 comments on commit 1236474

Please sign in to comment.