Make sure we wait for stack on the right host
	
		
			
	
		
	
	
		
	
		
			All checks were successful
		
		
	
	
		
			
				
	
				continuous-integration/drone/push Build is passing
				
			
		
		
	
	
				
					
				
			
		
			All checks were successful
		
		
	
	continuous-integration/drone/push Build is passing
				
			This commit is contained in:
		@ -67,9 +67,11 @@ run_stack_deploy() {
 | 
				
			|||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run_stack_wait() {
 | 
					run_stack_wait() {
 | 
				
			||||||
  docker -H "$REMOTE_DOCKER_HOST" run --rm vitalets/docker-stack-wait-deploy \
 | 
					  export DOCKER_HOST="$REMOTE_DOCKER_HOST" 
 | 
				
			||||||
 | 
					  docker run --rm vitalets/docker-stack-wait-deploy \
 | 
				
			||||||
    | sed 's/True/true/' \
 | 
					    | sed 's/True/true/' \
 | 
				
			||||||
    | bash /dev/stdin "$PLUGIN_STACK"
 | 
					    | bash /dev/stdin "$PLUGIN_STACK"
 | 
				
			||||||
 | 
					  unset DOCKER_HOST
 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
run_purge() {
 | 
					run_purge() {
 | 
				
			||||||
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user