update drone-ci
This commit is contained in:
parent
ed11a10659
commit
eba81927a7
1 changed files with 5 additions and 5 deletions
10
.drone.yml
10
.drone.yml
|
@ -37,13 +37,13 @@ steps:
|
||||||
settings:
|
settings:
|
||||||
rebuild: true
|
rebuild: true
|
||||||
mount:
|
mount:
|
||||||
- ./build
|
- ./build
|
||||||
- ./gradle
|
- ./gradle
|
||||||
# Mount the cache volume, needs "Trusted"
|
# Mount the cache volume, needs "Trusted"
|
||||||
volumes:
|
volumes:
|
||||||
- /tmp/cache:/cache
|
- /tmp/cache:/cache
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
#volumes:
|
||||||
- name: cache
|
# - name: cache
|
||||||
temp: {}
|
# temp: {}
|
Loading…
Reference in a new issue