Skip to content
Snippets Groups Projects
Commit 1a7c6476 authored by Jan Zickermann's avatar Jan Zickermann
Browse files

pipeline: Push merge request images, automatically

parent 2918bd5f
Branches
Tags
1 merge request!10Draft: Develop
Pipeline #2488 passed
......@@ -74,7 +74,6 @@ push-merge-request-image-gitlab:
- mvn deploy -Pgitlab-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: manual
push-merge-request-image-nexus:
stage: publish
......@@ -85,7 +84,6 @@ push-merge-request-image-nexus:
- mvn deploy -Pnexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: manual
push-merge-request-helm-nexus:
stage: publish
......@@ -101,7 +99,6 @@ push-merge-request-helm-nexus:
- !reference [.publish-helm-chart, script]
rules:
- if: $CI_PIPELINE_SOURCE == 'merge_request_event'
when: manual
artifacts:
paths:
- "*.tgz"
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment