Skip to content
Snippets Groups Projects
Commit a4d21708 authored by Pavel Šeda's avatar Pavel Šeda
Browse files

Update .gitlab-ci.yml

parent 87a340c9
No related branches found
No related tags found
No related merge requests found
Pipeline #75035 passed with stages
in 1 minute and 27 seconds
......@@ -46,7 +46,7 @@ build:
changes:
- pom.xml
when: never
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE =~ /^(?:(?![CI/CD] Updated Swagger documentation generated).)*$/'
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ /[CI\/CD] Updated Swagger documentation generated/'
when: always
tests:
......@@ -62,7 +62,7 @@ tests:
changes:
- pom.xml
when: never
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE =~ /^(?:(?!\[CI\/CD] Updated Swagger documentation generated).)*$/'
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ /[CI\/CD] Updated Swagger documentation generated/'
when: always
docker_image_push:
......
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