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
|
restore: true
|
||||||
mount:
|
mount:
|
||||||
- ./build
|
- ./build
|
||||||
- ./gradle
|
- ./.gradle
|
||||||
# Mount the cache volume, needs "Trusted"
|
# Mount the cache volume, needs "Trusted"
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
@ -39,7 +39,7 @@ steps:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- ./build
|
- ./build
|
||||||
- ./gradle
|
- ./.gradle
|
||||||
# Mount the cache volume, needs "Trusted"
|
# Mount the cache volume, needs "Trusted"
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
|
@ -50,4 +50,4 @@ volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
host:
|
host:
|
||||||
path: /tmp/cache
|
path: /tmp/cache
|
||||||
# temp: {}
|
# temp: {}
|
||||||
|
|
Loading…
Reference in a new issue