Skip to content
Snippets Groups Projects
Commit 1f4210cd authored by Bertrand Gauthier's avatar Bertrand Gauthier
Browse files

WIP 1.3.7

parent ea2049f7
No related branches found
No related tags found
No related merge requests found
Pipeline #9347 failed
...@@ -16,10 +16,9 @@ test: ...@@ -16,10 +16,9 @@ test:
release_job: release_job:
stage: release stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules: rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created manually - if: $CI_COMMIT_TAG # Run this job when a tag is created manually
script:
- echo 'running release_job...'
release: release:
name: 'v$CI_COMMIT_TAG' name: 'v$CI_COMMIT_TAG'
tag_name: '$CI_COMMIT_TAG' tag_name: '$CI_COMMIT_TAG'
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment