update drone-ci
This commit is contained in:
parent
548e980096
commit
bbbbc28200
1 changed files with 3 additions and 3 deletions
|
@ -9,7 +9,7 @@ steps:
|
|||
restore: true
|
||||
mount:
|
||||
- ./build
|
||||
- ./gradle
|
||||
- ./.gradle
|
||||
# Mount the cache volume, needs "Trusted"
|
||||
volumes:
|
||||
- name: cache
|
||||
|
@ -39,7 +39,7 @@ steps:
|
|||
rebuild: true
|
||||
mount:
|
||||
- ./build
|
||||
- ./gradle
|
||||
- ./.gradle
|
||||
# Mount the cache volume, needs "Trusted"
|
||||
volumes:
|
||||
- name: cache
|
||||
|
@ -50,4 +50,4 @@ volumes:
|
|||
- name: cache
|
||||
host:
|
||||
path: /tmp/cache
|
||||
# temp: {}
|
||||
# temp: {}
|
||||
|
|
Loading…
Reference in a new issue