cicd: add dockersock volume
This commit is contained in:
		
							parent
							
								
									77be1c6027
								
							
						
					
					
						commit
						43bfc64c43
					
				
					 1 changed files with 6 additions and 0 deletions
				
			
		| 
						 | 
					@ -39,10 +39,16 @@ steps:
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: list_images
 | 
					  - name: list_images
 | 
				
			||||||
    image: docker:dind
 | 
					    image: docker:dind
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					    - name: dockersock
 | 
				
			||||||
 | 
					      path: /var/run
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - docker images
 | 
					      - docker images
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: setup_conan
 | 
					  - name: setup_conan
 | 
				
			||||||
 | 
					    volumes:
 | 
				
			||||||
 | 
					    - name: dockersock
 | 
				
			||||||
 | 
					      path: /var/run
 | 
				
			||||||
    image: ubuntu_amd64
 | 
					    image: ubuntu_amd64
 | 
				
			||||||
    environment:
 | 
					    environment:
 | 
				
			||||||
      CONAN_REVISIONS_ENABLED: "1"
 | 
					      CONAN_REVISIONS_ENABLED: "1"
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue