129:ba47544bc028
Anton Shestakov <av6@dwimlabs.net>, Thu, 11 Aug 2016 18:17:43 +0800
pipelines: provide inventory when checking syntax to silence warnings

next change 130:aa9bf9c90aac
previous change 128:9fcc3e45dc29

bitbucket-pipelines.yml

Permissions: -rw-r--r--

Other formats: Feeds:
image: python:2
pipelines:
default:
- step:
script:
- pip install -r REQUIREMENTS
- ./test.py
- pip install ansible
- ansible --version
- echo localhost > inventory
- ansible-playbook provision/playbook.yml
-i inventory --syntax-check
- ansible-playbook provision/playbook.yml
-i inventory --list-tasks
- 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
- pgrep -f 'fruitbar/venv/bin/gunicorn'
- ansible-playbook provision/playbook.yml
-i inventory --connection=local --skip-tags=ufw -vvvv