From d76b385b06bc8bd566c341857b76c3f578cb549a Mon Sep 17 00:00:00 2001 From: Hans-Christoph Steiner Date: Mon, 14 Dec 2020 12:30:39 +0100 Subject: [PATCH] gitlab-ci: include unsigned APKs built by issuebot as artifacts --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257064f955..8f34b5fe27 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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: