We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8aad2bc commit 31c86e3Copy full SHA for 31c86e3
.travis.yml
@@ -133,7 +133,7 @@ script:
133
| grep -q 'changed=0.*failed=0'
134
&& (echo 'Idempotence test: pass' && exit 0)
135
|| (echo 'Idempotence test: fail' && exit 1)
136
- - 'sudo docker exec "$(cat ${container_id})" curl http://localhost/'
+ - 'if [${playbook} != "unit"]; then sudo docker exec "$(cat ${container_id})" curl http://localhost/; fi'
137
- 'sudo docker rm -f "$(cat ${container_id})"'
138
notifications:
139
webhooks: https://galaxy.ansible.com/api/v1/notifications/
0 commit comments