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