Download:
child 133:b99ebf84e286
parent 131:be85d5073342
132:926bee60cea5
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:31:20 +0800
pipelines: use a folded scalar (whatever that means)

1 файлов изменено, 2 вставок(+), 1 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 18:21:31 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 18:31:20 2016 +0800
@@ -20,7 +20,8 @@
- ansible-playbook provision/playbook.yml
-i inventory --connection=local --skip-tags=ufw --verbose
- pgrep -f 'fruitbar/venv/bin/gunicorn'
- - ansible-playbook provision/playbook.yml
+ - >
+ ansible-playbook provision/playbook.yml
-i inventory --connection=local --skip-tags=ufw
| grep -q 'changed=0.*failed=0'
&& { echo 'Idempotence test: pass'; exit 0; }