Download:
child 134:165e519bfa3d
parent 132:926bee60cea5
133:b99ebf84e286
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:48:44 +0800
pipelines: parsing the last task was getting weird, let's make it simple first

1 файлов изменено, 1 вставок(+), 4 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Thu Aug 11 18:31:20 2016 +0800
+++ b/bitbucket-pipelines.yml Thu Aug 11 18:48:44 2016 +0800
@@ -20,9 +20,6 @@
- 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; }
- || { echo 'Idempotence test: fail'; exit 1; }