Skip to content

Commit

Permalink
fix docker pathing
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 21, 2024
1 parent 090ae4c commit 170c88a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/make_logos.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:
sleep 30s
docker compose -f .github/workflows/domjudge/docker-compose.yml up -d domjudge
sleep 1m
docker exec -i domjudge-domjudge-1 "cd /tmp/icpc-logos && yes | import-contest"
docker exec -w /tmp/icpc-logos domjudge-domjudge-1 "yes | import-contest"
xvfb-run --server-args="-screen 0, 1024x768x24" cutycapt --url=http://localhost:12345 --out=scoreboard.png
- uses: actions/upload-artifact@v4
with:
Expand Down

0 comments on commit 170c88a

Please sign in to comment.