|
|
@ -45,9 +45,5 @@ script: |
|
|
|
&& (echo 'Idempotence test: pass' && exit 0) |
|
|
|
&& (echo 'Idempotence test: pass' && exit 0) |
|
|
|
|| (echo 'Idempotence test: fail' && exit 1) |
|
|
|
|| (echo 'Idempotence test: fail' && exit 1) |
|
|
|
|
|
|
|
|
|
|
|
after_success: |
|
|
|
|
|
|
|
# Clean up. |
|
|
|
|
|
|
|
- 'docker stop "$(cat ${container_id})"' |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
notifications: |
|
|
|
notifications: |
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
|
|
|
webhooks: https://galaxy.ansible.com/api/v1/notifications/ |
|
|
|