Change cache rules
This commit is contained in:
@@ -1,16 +1,13 @@
|
||||
image: runmymind/docker-android-sdk:ubuntu-standalone
|
||||
|
||||
before_script:
|
||||
# Shouldn't be necessary, but just to be sure
|
||||
- chmod +x ./gradlew
|
||||
# Ask gradle to put everything to .gradle dir so that we can cache it
|
||||
- export GRADLE_USER_HOME=`pwd`/.gradle
|
||||
|
||||
cache:
|
||||
key: "mealie-android"
|
||||
paths:
|
||||
- .gradle/wrapper
|
||||
- .gradle/caches
|
||||
- .gradle
|
||||
|
||||
stages:
|
||||
- lint
|
||||
|
||||
Reference in New Issue
Block a user