add cache volume
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing

This commit is contained in:
Kovács Bence János 2020-05-08 19:32:13 +02:00
parent 02e3dc5267
commit 3d4274db86

View File

@ -71,8 +71,6 @@ steps:
- name: cache
path: /tmp/cache
- name: build_docs
image: docker:stable-dind
volumes:
@ -114,3 +112,5 @@ services:
volumes:
- name: dockersock
temp: {}
- name: cache
temp: {}