Skip to content

Commit

Permalink
Attempting to get debug information from ci
Browse files Browse the repository at this point in the history
  • Loading branch information
Frantisek Tobias committed Sep 12, 2024
1 parent 0a52301 commit 335ffaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .gitlab-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -670,7 +670,7 @@ pkg:ubuntu-22.04:
image: $CI_REGISTRY/packaging/apkg/full/ubuntu-22.04
after_script:
- chmod +x tests/packaging/systemd_service.sh
- sudo ./tests/packaging/systemd_service.sh || true
- ./tests/packaging/systemd_service.sh || true
- cat knot-resolver.log || true
- rm -f knot-resolver.log || true

Expand Down

0 comments on commit 335ffaa

Please sign in to comment.