check caching file paths logic

This commit is contained in:
Sinan Ta 2024-01-15 13:16:01 +01:00
parent 8351c9850a
commit 1eaf1aef5e

View File

@ -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