Commit 352e7113 authored by Adam Parák's avatar Adam Parák 💬
Browse files

Update .gitlab-ci.yml file

parent fd775e55
Loading
Loading
Loading
Loading
+4 −1
Original line number Diff line number Diff line
stages:
  - test
  - createtag
  - releasetag
  - buildimage

variables:
@@ -93,13 +94,15 @@ create-tag:
    - .disable-for-tagger

release_job:
  stage: createtag
  stage: releasetag
  image: registry.gitlab.com/gitlab-org/release-cli:latest
  script:
    - echo "running release_job"
  release:                               # See https://docs.gitlab.com/ee/ci/yaml/#release for available properties
    tag_name: '$CI_COMMIT_TAG'
    description: 'Version ${CI_COMMIT_TAG}, for more info please check the changelog in the documentation.'
  rules:
    - if: $CI_COMMIT_TAG
  extends:
    - .enable-for-tagger