add cache volume
This commit is contained in:
parent
02e3dc5267
commit
3d4274db86
@ -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: {}
|
||||
|
Reference in New Issue
Block a user