Skip to content
Snippets Groups Projects
Commit a5cde7ab authored by jurgenhaas's avatar jurgenhaas
Browse files

Do not tag in develop branch

parent 9f9ed7ee
No related branches found
No related tags found
No related merge requests found
......@@ -30,6 +30,8 @@ Tag Release:
- echo "New version ${NEWTAG}"
- curl --fail --retry 2 -s -H "$PRIVHEADER" --data "tag_name=$NEWTAG" --data "ref=main" $TAGURL
rules:
- if: $CI_COMMIT_REF_NAME == 'develop'
when: never
- if: $CI_COMMIT_TAG
when: never
- if: $CI_COMMIT_MESSAGE =~ /skip-tag/
......
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