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

LINT

parent 704e86b9
No related branches found
No related tags found
1 merge request!16FEAT(gitlab-ci):Push from Feature Branch
Pipeline #3176 passed
......@@ -72,6 +72,7 @@ docker-push:
- docker push "$AURA_IMAGE_NAME" --all-tags
rules:
- *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 =~ /^feature/ && $CI_MERGE_REQUEST_TARGET_BRANCH_NAME != $CI_DEFAULT_BRANCH
exists:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment