build-jobs: expose the locally-generated key as an artifact

Part-of: https://gitlab.postmarketos.org/postmarketOS/pmaports/-/merge_requests/6696
This commit is contained in:
Pablo Correa Gómez 2025-06-13 21:28:00 +02:00
parent ac6e83ec15
commit 0257d1ee5c
No known key found for this signature in database
GPG key ID: 7A342565FF635F79

View file

@ -30,11 +30,14 @@ placeholder:
- .ci/lib/gitlab_prepare_ci.sh
after_script:
- cp -r /home/pmos/.local/var/pmbootstrap/packages/ packages/ || true
- mkdir -p keys
- cp /home/pmos/.local/var/pmbootstrap/config_apk_keys/pmos@local*.pub keys/ || true
- .ci/lib/move_logs.sh $CI_PROJECT_DIR
artifacts:
expire_in: 1 week
paths:
- packages/
- keys/
timeout: 10 h
build-x86_64: