add cache volume
This commit is contained in:
		@@ -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