Skip to content
Snippets Groups Projects
Commit f9f21add authored by Paul Gierz's avatar Paul Gierz
Browse files

ci: logic fixup

parent 05c19401
No related branches found
No related tags found
No related merge requests found
Pipeline #1010 passed
...@@ -40,7 +40,7 @@ auto-bump: ...@@ -40,7 +40,7 @@ auto-bump:
- echo "export TAG='$TAG'" >> variables - echo "export TAG='$TAG'" >> variables
- git push origin $TAG - git push origin $TAG
rules: rules:
- if: '$CI_COMMIT_MESSAGE != "/^bump: .*$/"' - if: '$CI_COMMIT_MESSAGE == "/^bump: .*$/"'
when: never when: never
- if: '$CI_COMMIT_BRANCH == "master"' - if: '$CI_COMMIT_BRANCH == "master"'
artifacts: artifacts:
......
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