Environment var isn't available when creating cache.

This commit is contained in:
akwizgran
2018-08-20 12:20:18 +01:00
parent 4286621b02
commit 0bf74f6a69

View File

@@ -8,11 +8,11 @@ test:
cache:
key: potato
paths:
- $GRADLE_USER_HOME/wrapper
- $GRADLE_USER_HOME/caches
- ./wrapper
- ./caches
script:
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
- ./gradlew clean
after_script:
# these file change every time but should not be cached