remove stage level cache

This commit is contained in:
Sinan Ta 2024-01-17 15:21:20 +01:00
parent 7178e21f15
commit 5910978b72

View File

@ -32,11 +32,11 @@ deploy:
artifacts: artifacts:
reports: reports:
dotenv: version.env dotenv: version.env
cache: # cache:
untracked: true # untracked: true
key: gradle-build-cache # key: gradle-build-cache
paths: # paths:
- .gradleBuildCache/ # - .gradleBuildCache/
- .gradle/ # - .gradle/
- .tmp/.gradle/ # - .tmp/.gradle/
- .tmp/hello-world.txt #cache test # - .tmp/hello-world.txt #cache test