cicd: wait for docker daemon
This commit is contained in:
		
							parent
							
								
									57ca43af22
								
							
						
					
					
						commit
						35a47c27b3
					
				
					 1 changed files with 1 additions and 0 deletions
				
			
		| 
						 | 
				
			
			@ -20,6 +20,7 @@ steps:
 | 
			
		|||
    depends_on:
 | 
			
		||||
      - docker
 | 
			
		||||
    commands:
 | 
			
		||||
      - until docker info; do echo "Waiting for Docker daemon..."; sleep 1; done
 | 
			
		||||
      - docker build -t ubuntu_amd64 -f ./tools/docker/linux_amd64 .
 | 
			
		||||
 | 
			
		||||
  - name: setup_conan
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		
		Reference in a new issue