add cache volume
This commit is contained in:
parent
02e3dc5267
commit
3d4274db86
@ -71,8 +71,6 @@ steps:
|
|||||||
- name: cache
|
- name: cache
|
||||||
path: /tmp/cache
|
path: /tmp/cache
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
- name: build_docs
|
- name: build_docs
|
||||||
image: docker:stable-dind
|
image: docker:stable-dind
|
||||||
volumes:
|
volumes:
|
||||||
@ -114,3 +112,5 @@ services:
|
|||||||
volumes:
|
volumes:
|
||||||
- name: dockersock
|
- name: dockersock
|
||||||
temp: {}
|
temp: {}
|
||||||
|
- name: cache
|
||||||
|
temp: {}
|
||||||
|
Reference in New Issue
Block a user