Skip to content

Commit

Permalink
debugging information on failing builds
Browse files Browse the repository at this point in the history
  • Loading branch information
verwoerd committed Oct 21, 2024
1 parent 99b869d commit e006a9f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
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 affilDOMjudge; yes | import-contest)
$(docker exec -i domjudge-domjudge-1 "cd affilDOMjudge && 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
2 changes: 1 addition & 1 deletion export.sh
Original file line number Diff line number Diff line change
Expand Up @@ -218,7 +218,7 @@ export_svg () {
fi
done

echo "Exporting $name from $svg_path"
echo "Exporting $name from $svg_path with commands action: $(joinByChar ';' ${exports[@]})"

inkscape --actions="`joinByChar ';' ${exports[@]}`" $tmpfile

Expand Down

0 comments on commit e006a9f

Please sign in to comment.