mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-14 00:43:06 -06:00
21 lines
340 B
YAML
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
|