update drone-ci

This commit is contained in:
unurled 2022-06-26 19:39:21 +02:00
parent eba81927a7
commit cb6c91c578

View file

@ -12,7 +12,8 @@ steps:
- ./gradle
# Mount the cache volume, needs "Trusted"
volumes:
- /tmp/cache:/cache
- name: cache
path: /tmp/cache
- name: build
image: gradle:jdk17
@ -41,9 +42,12 @@ steps:
- ./gradle
# Mount the cache volume, needs "Trusted"
volumes:
- /tmp/cache:/cache
- name: cache
path: /tmp/cache
#volumes:
# - name: cache
volumes:
- name: cache
host:
path: /var/lib/cache
# temp: {}