Specify cache key.

This commit is contained in:
akwizgran
2018-08-20 12:12:33 +01:00
parent b3e3b970ab
commit 4286621b02

View File

@@ -6,12 +6,12 @@ test:
- export GRADLE_USER_HOME=$PWD/.gradle
cache:
key: potato
paths:
- $GRADLE_USER_HOME/wrapper
- $GRADLE_USER_HOME/caches
script:
- ls -R $GRADLE_USER_HOME
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
after_script: