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