Skip to content
Snippets Groups Projects
Unverified Commit 81409eb5 authored by Caleb Connolly's avatar Caleb Connolly :recycle:
Browse files

CI: drop log.txt from integration job artifacts


We run pmbootstrap with --details-to-stdout now, so this isn't needed.

Signed-off-by: default avatarCaleb Connolly <caleb@postmarketos.org>
parent 3d85767a
No related branches found
No related tags found
No related merge requests found
......@@ -108,9 +108,3 @@ integration:
- echo "permit nopass build" > /etc/doas.d/ci-user.conf
script:
- ".ci/integration.sh"
after_script:
- "cp /home/build/.local/var/pmbootstrap/log.txt ."
artifacts:
when: on_failure
paths:
- "log.txt"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment