fix: Remove race condition when testing target url
	
		
			
	
		
	
	
		
	
		
			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:
		| @@ -64,8 +64,8 @@ data: | ||||
|       esac | ||||
|     done | ||||
|  | ||||
|     [ $(curl -kLs -w "%{http_code}" -o /dev/null https://$URL) != 200 ] && { | ||||
|       echo 'Could not connect to' $URL | ||||
|     [[ $(getent hosts $URL) ]] || { | ||||
|       echo 'Could not resolve' $URL | ||||
|       exit 1 | ||||
|     } | ||||
|  | ||||
|   | ||||
		Reference in New Issue
	
	Block a user