mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-16 04:39:54 +01:00
Remove stop command, use cache path.
This commit is contained in:
@@ -7,11 +7,10 @@ test:
|
|||||||
|
|
||||||
cache:
|
cache:
|
||||||
paths:
|
paths:
|
||||||
- .gradle/wrapper
|
- $GRADLE_USER_HOME/wrapper
|
||||||
- .gradle/caches
|
- $GRADLE_USER_HOME/caches
|
||||||
|
|
||||||
script:
|
script:
|
||||||
- ./gradlew --stop
|
|
||||||
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
|
- ./gradlew --no-daemon animalSnifferMain animalSnifferTest
|
||||||
|
|
||||||
after_script:
|
after_script:
|
||||||
|
|||||||
Reference in New Issue
Block a user