Download:
child 131:be85d5073342
parent 129:ba47544bc028
130:aa9bf9c90aac
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:19:01 +0800
pipelines: no need to be extra verbose on the initial run If it fails, it will print enough debug info with just one -v. Also, verbosity level 4 prints debug messages for connection, which is unlikely to be useful (it's local).

1 файлов изменено, 1 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 18:17:43 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 18:19:01 2016 +0800
@@ -18,7 +18,7 @@
- apt-get update && apt-get install -y sudo supervisor
- service supervisor restart
- ansible-playbook provision/playbook.yml
- -i inventory --connection=local --skip-tags=ufw -vvvv
+ -i inventory --connection=local --skip-tags=ufw --verbose
- pgrep -f 'fruitbar/venv/bin/gunicorn'
- ansible-playbook provision/playbook.yml
-i inventory --connection=local --skip-tags=ufw -vvvv