parent
26e0c14c6d
commit
df6e23c98c
@ -0,0 +1,10 @@ |
||||
#!/bin/bash |
||||
|
||||
if [ "$OBJECT_STORE" == "swift" ]; then |
||||
echo "waiting for swift" |
||||
until curl -I http://dockswift:5000/v3 |
||||
do |
||||
sleep 2 |
||||
done |
||||
sleep 30 |
||||
fi |
Loading…
Reference in new issue