Skip to content
Snippets Groups Projects
Verified Commit bfac07d2 authored by Thomas Lambert's avatar Thomas Lambert :helicopter:
Browse files

ci: fix issue in config


Signed-off-by: Thomas Lambert's avatarThomas Lambert <t.lambert@uliege.be>
parent d6e6960e
No related branches found
No related tags found
No related merge requests found
Pipeline #10294 passed
......@@ -31,9 +31,7 @@ release_job:
stage: release
image: registry.gitlab.com/gitlab-org/release-cli:latest
rules:
- if: $CI_COMMIT_TAG # Run this job when a tag is created
only:
- master # Only if tag is on main
- if: '$CI_COMMIT_REF_NAME == "master" && $CI_COMMIT_TAG'
script:
- echo "running release_job"
release:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment