Fix broken test.

This commit is contained in:
Jeff Geerling 2017-04-01 23:16:26 -05:00
parent f93852b229
commit 9b8b7b43bc

View File

@ -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/