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

DEBUG(gitlab-ci)

parent ef7bebe2
No related branches found
No related tags found
No related merge requests found
......@@ -148,7 +148,7 @@ docker:
rules:
# every commit on main or feature branch should trigger a push to gitlab registry
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat/
- if: $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^feat/ || $CI_MERGE_REQUEST_SOURCE_BRANCH_NAME =~ /^fix/
exists:
- Dockerfile
......
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