remove sleep
Signed-off-by: André Bauer <monotek23@gmail.com>
This commit is contained in:
parent
4b1b190219
commit
b075bd1a8f
6
.github/tests.sh
vendored
6
.github/tests.sh
vendored
@ -19,9 +19,11 @@ echo
|
|||||||
echo "Success - Zammad is up :)"
|
echo "Success - Zammad is up :)"
|
||||||
echo
|
echo
|
||||||
echo "Execute autowizard..."
|
echo "Execute autowizard..."
|
||||||
|
echo
|
||||||
|
|
||||||
curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null
|
curl -I --silent --fail --show-error "http://localhost/#getting_started/auto_wizard/docker_compose_token" > /dev/null
|
||||||
|
|
||||||
sleep 30
|
echo
|
||||||
|
echo "Autowizard executed successful"
|
||||||
|
echo
|
||||||
|
|
||||||
echo "Autowizard executed successful"
|
|
Loading…
Reference in New Issue
Block a user