Skip to content
Snippets Groups Projects
Commit 032d5587 authored by Kay Effenberger's avatar Kay Effenberger
Browse files

FIX(gitlab-ci):Fix RegEx

parent b3fe9d83
No related branches found
No related tags found
1 merge request!16FEAT(gitlab-ci):Push from Feature Branch
Pipeline #3179 passed
......@@ -74,7 +74,7 @@ docker-push:
- *release-rules
# every commit on master/main or feature branch should trigger a push
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ ^feat && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat*/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
exists:
- Dockerfile
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment