From 736fa834aafe0dfdf615a48595a7087da744c309 Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Thu, 18 Jan 2024 10:40:37 +0100 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 1317b51..db69d12 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,18 +10,16 @@ deploy: variables: TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} script: - # - cat .tmp/hello-world.txt || true # - mv .gradleBuildCache/ /tmp/.gradleBuildCache/ || true - echo "Building with gradle version ${TEST_BUILDVERSION}" - gradle -Pversion=${TEST_BUILDVERSION} publish - gradle bootBuildImage --publishImage -PbuildbootDockerHostNetwork=true -Pversion=${TEST_BUILDVERSION} after_script: - - mkdir -p .gradleBuildCache + # - mkdir -p .gradleBuildCache - ls -al `pwd`/.gradle - du -sh `pwd`/.gradle/* | sort -h # - mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true - rm .gradle/caches/modules-2/gc.properties .gradle/caches/modules-2/modules-2.lock - - echo "hello-world" > .tmp/hello-world.txt artifacts: reports: dotenv: version.env