Fix: bump-version Rule auf CI_COMMIT_TITLE statt MESSAGE
This commit is contained in:
parent
9689af4d3a
commit
8edaf93e30
1 changed files with 1 additions and 1 deletions
|
|
@ -109,7 +109,7 @@ bump-version:
|
||||||
image: alpine:latest
|
image: alpine:latest
|
||||||
needs: [deploy]
|
needs: [deploy]
|
||||||
rules:
|
rules:
|
||||||
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_MESSAGE !~ /\[skip ci\]/
|
- if: $CI_COMMIT_BRANCH == "main" && $CI_COMMIT_TITLE !~ /\[skip ci\]/
|
||||||
script:
|
script:
|
||||||
- apk add --no-cache git
|
- apk add --no-cache git
|
||||||
- |
|
- |
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue