Download:
child 285:30fd0d2a81ce
parent 283:ce693988c419
284:e22f9112672f
Anton Shestakov <av6@dwimlabs.net>, Sat, 16 Sep 2017 22:14:00 +0800
pipelines: it's too expensive to test provisioning

1 файлов изменено, 0 вставок(+), 14 удалений(-) [+]
bitbucket-pipelines.yml file | annotate | diff | comparison | revisions
--- a/bitbucket-pipelines.yml Sat Sep 16 21:54:49 2017 +0800
+++ b/bitbucket-pipelines.yml Sat Sep 16 22:14:00 2017 +0800
@@ -23,20 +23,6 @@
- ./venv/bin/ansible-playbook contrib/provision/playbook.yml
-i inventory --list-tasks
- - ./venv/bin/ansible-playbook contrib/provision/playbook.yml
- -i inventory --connection=local --skip-tags=ufw --verbose
- -e 'user=alice dir=/home/alice/files'
- - test -f /home/alice/files/index.html
- - pgrep -f '/usr/bin/prosody'
- - pgrep nginx
- - pgrep reTurnServer
- - ./venv/bin/ansible-playbook contrib/provision/playbook.yml
- -i inventory --connection=local --skip-tags=ufw
- -t certs,nginx,prosody,turnserver,tram-im
- -e 'user=alice dir=/home/alice/files'
- | tee ansible.log
- - egrep 'changed=0\s+unreachable=0\s+failed=0\s*$' ansible.log
-
- apt-get install -y npm
- make devel build
- hg d