From e006a9f555eb4415cde58d71c03ccebfdb44d449 Mon Sep 17 00:00:00 2001 From: Verwoerd Date: Mon, 21 Oct 2024 13:35:44 +0200 Subject: [PATCH] debugging information on failing builds --- .github/workflows/make_logos.yaml | 2 +- export.sh | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/make_logos.yaml b/.github/workflows/make_logos.yaml index 78fcfa5..bcfda11 100644 --- a/.github/workflows/make_logos.yaml +++ b/.github/workflows/make_logos.yaml @@ -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: diff --git a/export.sh b/export.sh index fafa8f7..fbe54a9 100755 --- a/export.sh +++ b/export.sh @@ -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