Download:
child 125:b858529aa665
parent 123:0c2f1580f9a5
124:459d59bdf840
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 13:28:20 +0800
pipelines: install sudo (for become)

1 файлов изменено, 1 вставок(+), 0 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 13:13:25 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 13:28:20 2016 +0800
@@ -6,6 +6,7 @@
script:
- pip install -r REQUIREMENTS
- ./test.py
+ - apt-get install sudo
- pip install ansible
- ansible --version
- ansible-playbook provision/playbook.yml --syntax-check -vvvv