gitlab-ci: include unsigned APKs built by issuebot as artifacts

This commit is contained in:
Hans-Christoph Steiner 2020-12-14 12:30:39 +01:00
parent c3aa2f36a3
commit d76b385b06
No known key found for this signature in database
GPG key ID: 3E177817BA1B9BFA

View file

@ -201,12 +201,14 @@ pages:
variables:
- $FROM_CI_MERGE_REQUEST_IID
artifacts:
name: "${CI_PROJECT_PATH}_${CI_JOB_STAGE}_${CI_JOB_ID}_${CI_COMMIT_REF_NAME}_${CI_COMMIT_SHA}"
paths:
- metadata/
- public/
- repo/index-v1.json
- repo/index.xml
- tmp/apkcache.json
- unsigned/
when: always
# needs lots of git history since it has to compare the merge request to current master
variables: