Files
dc-deployments-automation/bitbucket-pipelines.yml
2019-08-28 15:24:21 +10:00

21 lines
340 B
YAML

---
image: atlassian/default-image:2
options:
size: 2x
definitions:
services:
docker:
memory: 4096
pipelines:
default:
- step:
services:
- docker
script:
- apt-get update && apt-get install -y virtualenv python-dev
- ./bin/install-ansible
- ./bin/run-all-tests