Anton Shestakov <av6@dwimlabs.net>, Tue, 26 Jun 2018 18:17:41 +0800
contrib: add shortcut for providing --diff to ansible
bitbucket-pipelines.yml
Permissions: -rw-r--r--
- apt-get update && apt-get install -y ansible - echo localhost > inventory - ansible-playbook contrib/provision/playbook.yml -i inventory --syntax-check - ansible-playbook contrib/provision/playbook.yml -i inventory --list-tasks - apt-get install -y mercurial npm - test $(HGPLAIN=1 hg d | wc -l) -eq 0 - apt-get install -y curl - contrib/updatesri.sh *.html - test $(HGPLAIN=1 hg d | wc -l) -eq 0