From 39dfb6ee245ebca9693a12bac92e06a030910ec3 Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Fri, 19 Jan 2024 12:52:04 +0100 Subject: [PATCH] Update .gitlab-ci.yml file --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index cc855ed..540384c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -22,6 +22,7 @@ deploy: - 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=false -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