Download:
child 288:845780bce8cd
parent 286:6d3e76c87568
287:3c70a6d50984
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 23:17:19 +0800
pipelines: install Mercurial to check builds and SRI Was lost after provision tests were removed from pipelines.

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Sep 16 22:37:13 2017 +0800
+++ b/bitbucket-pipelines.yml Sat Sep 16 23:17:19 2017 +0800
@@ -15,7 +15,7 @@
- ansible-playbook contrib/provision/playbook.yml
-i inventory --list-tasks
- - apt-get install -y npm
+ - apt-get install -y mercurial npm
- make devel build
- hg d
- test $(HGPLAIN=1 hg d | wc -l) -eq 0