summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvarac <varacanero@zeromail.org>2016-06-27 23:42:35 +0200
committervarac <varacanero@zeromail.org>2016-06-28 00:14:15 +0200
commit2d277c7d2aa3ddfbe3c2c65f68d7290930934b70 (patch)
tree069bab823eb1d76259e9e750e3655f5035566236
parente46c4c64128621c2e84233e27b63040c027be88f (diff)
re-enable gem artefact upload
-rw-r--r--.gitlab-ci.yml10
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: