CI: drop log.txt from integration job artifacts (MR 2453)

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

Signed-off-by: Caleb Connolly <caleb@postmarketos.org>
This commit is contained in:
Caleb Connolly 2024-10-24 00:35:27 +02:00
parent b9354d3ccd
commit 3dfe906871
No known key found for this signature in database
GPG key ID: 0583312B195F64B6

View file

@ -108,9 +108,3 @@ integration:
- echo "permit nopass build" > /etc/doas.d/ci-user.conf - echo "permit nopass build" > /etc/doas.d/ci-user.conf
script: script:
- ".ci/integration.sh" - ".ci/integration.sh"
after_script:
- "cp /home/build/.local/var/pmbootstrap/log.txt ."
artifacts:
when: on_failure
paths:
- "log.txt"