From 54b274c8d4bcafe0be771f4e263c12c6a674a878 Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Fri, 19 Jan 2024 11:59:16 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index c939525..bf53dc9 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -21,7 +21,7 @@ deploy: - gradle assemble - echo "Building with gradle version testing-build-cache-${CI_PIPELINE_ID}" - gradle -Pversion=testing-build-cache-${CI_PIPELINE_ID} publish - - gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=true -Pversion=testing-build-cache-${CI_PIPELINE_ID} + - gradle bootBuildImage --publishImage --configuration-cache -PbuildbootDockerHostNetwork=false -Pversion=testing-build-cache-${CI_PIPELINE_ID} after_script: - mkdir -p .gradleBuildCache - ls -al `pwd`/.gradle