Fix broken test.
This commit is contained in:
parent
f93852b229
commit
9b8b7b43bc
|
@ -19,7 +19,7 @@ script:
|
||||||
- ${PWD}/tests/test.sh
|
- ${PWD}/tests/test.sh
|
||||||
|
|
||||||
# Test whether Docker is running correctly (Dockerception!).
|
# Test whether Docker is running correctly (Dockerception!).
|
||||||
- docker exec --tty "$(cat ${container_id})" docker run hello-world
|
- docker exec --tty ${container_id} docker run hello-world
|
||||||
|
|
||||||
notifications:
|
notifications:
|
||||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||||
|
|
Loading…
Reference in New Issue
Block a user