Try a few times more
This commit is contained in:
parent
b6002f18c5
commit
c61a026326
1 changed files with 8 additions and 1 deletions
|
@ -3,4 +3,11 @@
|
||||||
set -e
|
set -e
|
||||||
set -o pipefail
|
set -o pipefail
|
||||||
|
|
||||||
curl -k https://localhost:443 | jq
|
|
||||||
|
while true; do
|
||||||
|
if curl -k https://localhost:443 | jq ; then
|
||||||
|
exit 0
|
||||||
|
fi
|
||||||
|
|
||||||
|
sleep 3
|
||||||
|
done
|
||||||
|
|
Loading…
Add table
Reference in a new issue