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

Revert "push artifacts and images for release branch"

This reverts commit 00d6bf59.
parent 4fe211d3
Branches
Tags
No related merge requests found
......@@ -48,7 +48,6 @@ deploy_to_artifactory:
- mvn deploy -P artifactory-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
deploy_to_nexus:
stage: deploy
......@@ -58,7 +57,6 @@ deploy_to_nexus:
- mvn deploy -P nexus-deploy $MAVEN_DEPLOY_CLI_OPTS $MAVEN_CLI_OPTS
only:
- main
- release
push_docker_image_to_nexus:
stage: image
......@@ -73,7 +71,6 @@ push_docker_image_to_nexus:
-Dspring-boot.build-image.publish=true
only:
- main
- release
push_docker_image_to_artifactory:
stage: image
......@@ -88,4 +85,3 @@ push_docker_image_to_artifactory:
-Dspring-boot.build-image.publish=true
only:
- main
- release
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment