mirror of
https://github.com/roles-ansible/ansible_role_ntp.git
synced 2024-08-16 12:59:49 +02:00
remove error from travis
This commit is contained in:
parent
8d3af82abb
commit
497caa7542
1 changed files with 0 additions and 2 deletions
|
@ -103,8 +103,6 @@ script:
|
||||||
| grep -q 'changed=0.*failed=0'
|
| grep -q 'changed=0.*failed=0'
|
||||||
&& (echo 'Idempotence test: pass' && exit 0)
|
&& (echo 'Idempotence test: pass' && exit 0)
|
||||||
|| (echo 'Idempotence test: fail' && exit 1)
|
|| (echo 'Idempotence test: fail' && exit 1)
|
||||||
# Test role
|
|
||||||
- 'inspec exec tests/inspec -t docker://$(cat ${container_id})'
|
|
||||||
|
|
||||||
# Delete container
|
# Delete container
|
||||||
- 'sudo docker rm -f "$(cat ${container_id})"'
|
- 'sudo docker rm -f "$(cat ${container_id})"'
|
||||||
|
|
Loading…
Reference in a new issue