Download:
child 244:ae37313c91c2
parent 242:db8ff6663838
243:bdfbccd545be
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 14:44:23 +0800
pipelines: stop explaining the obvious

1 файлов изменено, 1 вставок(+), 6 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Dec 03 14:17:39 2016 +0800
+++ b/bitbucket-pipelines.yml Sat Dec 03 14:44:23 2016 +0800
@@ -32,12 +32,7 @@
-t certs,nginx,prosody,turnserver,tram-im
-e 'user=alice dir=/home/alice/files'
| tee ansible.log
- - if grep -q 'changed=0.*failed=0' ansible.log;
- then
- echo 'Idempotence test passed'; exit 0;
- else
- echo 'Idempotence test failed'; exit 1;
- fi
+ - grep -q 'changed=0.*failed=0' ansible.log
- make devel build
- test $(HGPLAIN=1 hg d | wc -l) -eq 0