mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 08:23:06 -06:00
14 lines
263 B
YAML
14 lines
263 B
YAML
---
|
|
|
|
image: atlassian/default-image:2
|
|
|
|
pipelines:
|
|
default:
|
|
- step:
|
|
services:
|
|
- docker
|
|
script:
|
|
- apt-get update && apt-get install -y virtualenv python-dev
|
|
- ./bin/install-ansible
|
|
- ./bin/run-all-tests
|