mirror of
https://bitbucket.org/atlassian/dc-deployments-automation.git
synced 2025-12-13 16:33:08 -06:00
DCD-386: Enable Bitbucket Pipelines testing with Molecule.
This commit is contained in:
13
bitbucket-pipelines.yml
Normal file
13
bitbucket-pipelines.yml
Normal file
@@ -0,0 +1,13 @@
|
||||
---
|
||||
|
||||
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
|
||||
Reference in New Issue
Block a user