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: cache:
key: potato key: potato
paths: paths:
- $GRADLE_USER_HOME/wrapper - ./wrapper
- $GRADLE_USER_HOME/caches - ./caches
script: script:
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest - ./gradlew clean
after_script: after_script:
# these file change every time but should not be cached # these file change every time but should not be cached