Download:
child 135:26a58084449c
parent 133:b99ebf84e286
134:165e519bfa3d
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

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 18:48:44 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 18:59:21 2016 +0800
@@ -23,3 +23,5 @@
- 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; }