Skip to content
Snippets Groups Projects
Commit 98f80865 authored by Ruben Backx's avatar Ruben Backx :coffee:
Browse files

Merge branch 'fix-e2e-again' into 'development'

Fix using wrong url

See merge request !767
parents 8ec10eda 6368451d
No related branches found
No related tags found
2 merge requests!774Deploy,!767Fix using wrong url
#!/bin/bash #!/bin/bash
export URL=queue.ewi.tudelft.nl
printf "%s" "waiting for ${URL}" printf "%s" "waiting for ${URL}"
while ! ping -c 1 -n -w 1 ${URL} &> /dev/null while ! ping -c 1 -n -w 1 ${URL} &> /dev/null
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment