Download:
child 245:e19acdbefd1a
parent 243:bdfbccd545be
244:ae37313c91c2
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 14:57:47 +0800
pipelines: more specific regex for ansible.log

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