From b0d8063cd652c721d3a8c4404f4e9c50c4d43378 Mon Sep 17 00:00:00 2001 From: Luke Murphy Date: Fri, 24 Apr 2020 14:20:51 +0200 Subject: [PATCH] Use a step instead of pipeline --- .drone.yml | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/.drone.yml b/.drone.yml index 8497d95..1887437 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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