update drone-ci
This commit is contained in:
parent
b35939e28d
commit
548e980096
1 changed files with 3 additions and 3 deletions
|
@ -13,7 +13,7 @@ steps:
|
|||
# Mount the cache volume, needs "Trusted"
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
path: /cache
|
||||
|
||||
- name: build
|
||||
image: gradle:jdk17
|
||||
|
@ -43,11 +43,11 @@ steps:
|
|||
# Mount the cache volume, needs "Trusted"
|
||||
volumes:
|
||||
- name: cache
|
||||
path: /tmp/cache
|
||||
path: /cache
|
||||
|
||||
|
||||
volumes:
|
||||
- name: cache
|
||||
host:
|
||||
path: /var/lib/cache
|
||||
path: /tmp/cache
|
||||
# temp: {}
|
Loading…
Reference in a new issue