From 1eaf1aef5eb0af849da94f8765e9c656b44c99bd Mon Sep 17 00:00:00 2001 From: Sinan Ta Date: Mon, 15 Jan 2024 13:16:01 +0100 Subject: [PATCH] check caching file paths logic --- .gitlab-ci.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 257b1dd..1a1d8ec 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -10,6 +10,7 @@ deploy: variables: TEST_BUILDVERSION: testing-build-cache-${CI_PIPELINE_ID} script: + - cat .tmp/hello-world.txt || true - mkdir -p .tmp - ls -al /tmp - echo `pwd` @@ -24,6 +25,7 @@ deploy: - ls -al `pwd`/.gradle - du -sh `pwd`/.gradle/* | sort -h - mv /tmp/.gradleBuildCache/ .gradleBuildCache/ || true + - echo "hello-world" > .tmp/hello-world.txt artifacts: reports: dotenv: version.env