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"
|
# Mount the cache volume, needs "Trusted"
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /tmp/cache
|
path: /cache
|
||||||
|
|
||||||
- name: build
|
- name: build
|
||||||
image: gradle:jdk17
|
image: gradle:jdk17
|
||||||
|
@ -43,11 +43,11 @@ steps:
|
||||||
# Mount the cache volume, needs "Trusted"
|
# Mount the cache volume, needs "Trusted"
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
path: /tmp/cache
|
path: /cache
|
||||||
|
|
||||||
|
|
||||||
volumes:
|
volumes:
|
||||||
- name: cache
|
- name: cache
|
||||||
host:
|
host:
|
||||||
path: /var/lib/cache
|
path: /tmp/cache
|
||||||
# temp: {}
|
# temp: {}
|
Loading…
Reference in a new issue