Skip to content

Commit

Permalink
More updates
Browse files Browse the repository at this point in the history
  • Loading branch information
mmazur committed May 7, 2019
1 parent 1d9eb92 commit 73f68ee
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
2 changes: 1 addition & 1 deletion ci
Submodule ci updated 1 files
+1 −1 ci/prepare-host
6 changes: 6 additions & 0 deletions test.sh
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
#!/bin/bash

# TS
minishift logs -t 1

echo "$(minishift ip) minishift" | sudo tee -a /etc/hosts

## Prepare CDI
Expand All @@ -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
Expand Down

0 comments on commit 73f68ee

Please sign in to comment.