Use a step instead of pipeline
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Luke Murphy 2020-04-24 14:20:51 +02:00
parent c4c3fabaa6
commit b0d8063cd6
No known key found for this signature in database
GPG Key ID: 5E2EF5A63E3718CC
1 changed files with 5 additions and 3 deletions

View File

@ -17,9 +17,11 @@ pipeline:
- pip install tox==3.14.6
- tox -e ${TOXENV}
---
pipeline:
integration:
image: python:${IMAGE}
kind: pipeline
name: default
steps:
- name: integration
image: python:3.8-buster
commands:
- pip install -e .
- cd integration-test-role && molecule test