Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 22:14:00 +0800
pipelines: it's too expensive to test provisioning
bitbucket-pipelines.yml
Permissions: -rw-r--r--
- apt-get update && apt-get install -y - ./venv/bin/pip install ansible - ./venv/bin/ansible --version - echo localhost > inventory - ./venv/bin/ansible-playbook contrib/provision/playbook.yml -i inventory --syntax-check - ./venv/bin/ansible-playbook contrib/provision/playbook.yml -i inventory --list-tasks - 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