From 514cae7fe5b7d453a525a39bbf06f81a6f110b5f Mon Sep 17 00:00:00 2001 From: Christoph Schabert Date: Tue, 6 Aug 2024 14:50:38 +0200 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 1443edc3e..4cfef28cf 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -11,9 +11,7 @@ deploy: - dind script: - echo "Building with gradle version ${BUILDVERSION}" - - gradle -Pversion=${BUILDVERSION} publish persistence-service-internal-api-v1 --info --refresh-dependencies - - gradle -Pversion=${BUILDVERSION} publish persistence-service-shared-api-v1 --info --refresh-dependencies - - gradle -Pversion=${BUILDVERSION} publish persistence-service-shared-mongo-v1 --info --refresh-dependencies + - gradle -Pversion=${BUILDVERSION} publish - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${BUILDVERSION} - echo "BUILDVERSION=$BUILDVERSION" >> version.env artifacts: