diff options
| -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: | 
