Skip to content
Snippets Groups Projects
Commit b04a8a4e authored by Lukas Malte Monnerjahn's avatar Lukas Malte Monnerjahn
Browse files

remove commented out ci rules

parent 60fbb571
Branches
Tags
No related merge requests found
Pipeline #1414 passed
......@@ -55,7 +55,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: never # Step disabled until gitlab container registry works
push-merge-request-image-nexus:
stage: publish
......@@ -65,7 +64,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
# Snapshot jobs
push-snapshot-image-gitlab:
......@@ -76,8 +74,6 @@ push-snapshot-image-gitlab:
- mvn deploy -Pgitlab-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
# rules:
# - when: never # Step disabled until gitlab container registry works
push-snapshot-image-nexus:
stage: publish
......@@ -98,7 +94,6 @@ push-release-image-gitlab:
- mvn deploy -Pgitlab-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
rules:
- if: $CI_COMMIT_TAG
# when: never # Step disabled until gitlab container registry works
push-release-image-nexus:
stage: publish
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment