Use a step instead of pipeline
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
c4c3fabaa6
commit
b0d8063cd6
@ -17,9 +17,11 @@ pipeline:
|
|||||||
- pip install tox==3.14.6
|
- pip install tox==3.14.6
|
||||||
- tox -e ${TOXENV}
|
- tox -e ${TOXENV}
|
||||||
---
|
---
|
||||||
pipeline:
|
kind: pipeline
|
||||||
integration:
|
name: default
|
||||||
image: python:${IMAGE}
|
steps:
|
||||||
|
- name: integration
|
||||||
|
image: python:3.8-buster
|
||||||
commands:
|
commands:
|
||||||
- pip install -e .
|
- pip install -e .
|
||||||
- cd integration-test-role && molecule test
|
- cd integration-test-role && molecule test
|
||||||
|
Loading…
x
Reference in New Issue
Block a user