Download:
child 126:bd9e4ed25eb5
parent 124:459d59bdf840
125:b858529aa665
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 13:34:31 +0800
pipelines: fetch package lists first, obviously

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