cicd: add depends_on clause
This commit is contained in:
		
							parent
							
								
									6df8298766
								
							
						
					
					
						commit
						57ca43af22
					
				
					 1 changed files with 2 additions and 0 deletions
				
			
		| 
						 | 
					@ -17,6 +17,8 @@ services:
 | 
				
			||||||
steps:
 | 
					steps:
 | 
				
			||||||
  - name: setup_image
 | 
					  - name: setup_image
 | 
				
			||||||
    image: docker:latest
 | 
					    image: docker:latest
 | 
				
			||||||
 | 
					    depends_on:
 | 
				
			||||||
 | 
					      - docker
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
					      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue