From 65ce1e17b5a2e023c814da10ee1bb50aa20803d1 Mon Sep 17 00:00:00 2001 From: Lukas Malte Monnerjahn <lukasmalte.monnerjahn@dataport.de> Date: Tue, 1 Oct 2024 17:18:29 +0200 Subject: [PATCH] Revert "push artifacts and images for release branch" This reverts commit 00d6bf592f565dddf209a965ab18cae17142b4ad. --- .gitlab-ci.yml | 4 ---- 1 file changed, 4 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 8a461ce..595ecc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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 -- GitLab