Anton Shestakov <av6@dwimlabs.net>, Sat, 14 Jul 2018 20:28:06 +0800
index: document what's happening to contact in authorize/unauthorize handlers
bitbucket-pipelines.yml
Permissions: -rw-r--r--
- echo 'APT::Install-Recommends "no";' > /etc/apt/apt.conf.d/99recommends - 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 make mercurial npm - test $(HGPLAIN=1 hg d | wc -l) -eq 0 - apt-get install -y wget tar