Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:59:21 +0800
pipelines: yaml was getting confused by a ':' in the two messages, drop it
--- a/bitbucket-pipelines.yml Thu Aug 11 18:48:44 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 18:59:21 2016 +0800
- ansible-playbook provision/playbook.yml
-i inventory --connection=local --skip-tags=ufw
| grep -q 'changed=0.*failed=0'
+ && { echo 'Idempotence test passed'; exit 0; }
+ || { echo 'Idempotence test failed'; exit 1; }