diff options
author | varac <varacanero@zeromail.org> | 2016-06-27 23:42:35 +0200 |
---|---|---|
committer | varac <varacanero@zeromail.org> | 2016-06-28 00:14:15 +0200 |
commit | 2d277c7d2aa3ddfbe3c2c65f68d7290930934b70 (patch) | |
tree | 069bab823eb1d76259e9e750e3655f5035566236 | |
parent | e46c4c64128621c2e84233e27b63040c027be88f (diff) |
re-enable gem artefact upload
-rw-r--r-- | .gitlab-ci.yml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 2cd09eb..0e455a8 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -9,11 +9,11 @@ build: stage: build script: - rake build - # disable artefact upload until it's fixed - # see https://leap.se/code/issues/8221 - #artifacts: - # paths: - # - pkg/leap_cli-1.9.gem + artifacts: + paths: + - pkg/leap_cli-*.gem + name: "leap_cli_${CI_BUILD_REF_NAME}_${CI_BUILD_REF}" + expire_in: 3 month # trigger leap_platform pipeline trigger: |