mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-20 22:59:54 +01:00
Environment var isn't available when creating cache.
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user