cicd: add back sleep until
This commit is contained in:
		
							parent
							
								
									21fc37f92e
								
							
						
					
					
						commit
						7d337783f8
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
					@ -26,6 +26,7 @@ steps:
 | 
				
			||||||
    - name: dockersock
 | 
					    - name: dockersock
 | 
				
			||||||
      path: /var/run/docker.sock
 | 
					      path: /var/run/docker.sock
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
 | 
					      - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
 | 
				
			||||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
					      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
				
			||||||
 | 
					
 | 
				
			||||||
  - name: wait_for_image
 | 
					  - name: wait_for_image
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue