mirror of
https://github.com/Maks1mS/ansible-role-docker.git
synced 2024-12-23 16:22:59 +03:00
Fix broken test.
This commit is contained in:
parent
f93852b229
commit
9b8b7b43bc
@ -19,7 +19,7 @@ script:
|
||||
- ${PWD}/tests/test.sh
|
||||
|
||||
# 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:
|
||||
webhooks: https://galaxy.ansible.com/api/v1/notifications/
|
||||
|
Loading…
Reference in New Issue
Block a user