diff --git a/ci b/ci index 76883c9..c0a73b2 160000 --- a/ci +++ b/ci @@ -1 +1 @@ -Subproject commit 76883c99d5a9a60ceb982e073f06cfe4c00586ba +Subproject commit c0a73b2c996369019c6d076d50e4977f1cd3b611 diff --git a/test.sh b/test.sh index 21a938d..0ee35b6 100644 --- a/test.sh +++ b/test.sh @@ -1,5 +1,8 @@ #!/bin/bash +# TS +minishift logs -t 1 + echo "$(minishift ip) minishift" | sudo tee -a /etc/hosts ## Prepare CDI @@ -21,6 +24,9 @@ do sleep 6; done +# TS +minishift logs -t 1 + ## Execute test ansible-playbook --version ansible-playbook -vvv tests/playbooks/all.yml