Add circleci tests
This commit is contained in:
8
.circleci/test-connectivity.sh
Executable file
8
.circleci/test-connectivity.sh
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/bin/bash
|
||||
|
||||
while true; do
|
||||
if curl -sL -w "%{http_code}\\n" "http://localhost/" -o /dev/null > /dev/null; then
|
||||
break
|
||||
fi
|
||||
sleep 1
|
||||
done
|
||||
Reference in New Issue
Block a user