mirror of
https://github.com/sudoxnym/fdroiddata.git
synced 2026-05-17 19:29:13 +00:00
gitlab-ci: include unsigned APKs built by issuebot as artifacts
This commit is contained in:
parent
c3aa2f36a3
commit
d76b385b06
1 changed files with 2 additions and 0 deletions
|
|
@ -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:
|
||||
|
|
|
|||
Loading…
Reference in a new issue