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

Update .gitlab-ci.yml

parent 9307533b
No related branches found
No related tags found
No related merge requests found
Pipeline #75074 passed with stages
in 1 minute and 59 seconds
......@@ -47,7 +47,7 @@ build:
changes:
- pom.xml
when: never
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ /$UPDATE_SWAGGER_MSG/'
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ "$UPDATE_SWAGGER_MSG"'
when: always
tests:
......@@ -63,7 +63,7 @@ tests:
changes:
- pom.xml
when: never
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ /$UPDATE_SWAGGER_MSG/'
- if: '$CI_COMMIT_BRANCH && $CI_COMMIT_MESSAGE !~ "$UPDATE_SWAGGER_MSG"'
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