Download:
child 247:fcca53a2f523
parent 245:e19acdbefd1a
246:4560368cfe4e
Anton Shestakov <av6@dwimlabs.net>, Sat, 03 Dec 2016 15:06:35 +0800
pipelines: run hg diff for users first, then check wc -l output

1 файлов изменено, 2 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Dec 03 14:58:03 2016 +0800
+++ b/bitbucket-pipelines.yml Sat Dec 03 15:06:35 2016 +0800
@@ -36,7 +36,9 @@
- apt-get install -y npm
- make devel build
+ - hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0
- contrib/updatesri.sh *.html
+ - hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0