Loading .gitlab-ci.yml +4 −1 Original line number Diff line number Diff line stages: - test - createtag - releasetag - buildimage variables: Loading Loading @@ -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 Loading Loading
.gitlab-ci.yml +4 −1 Original line number Diff line number Diff line stages: - test - createtag - releasetag - buildimage variables: Loading Loading @@ -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 Loading