From c3e789682c45c1d6bf1868407ad5a3cce940997f Mon Sep 17 00:00:00 2001 From: George Rawlinson Date: Tue, 7 Sep 2021 20:52:30 +0000 Subject: [PATCH] ci(drone): fix indentation --- .drone.yml | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 03140a4..3ea00fd 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,9 +1,11 @@ +--- + kind: pipeline steps: - name: test - image: python - commands: - - pip install poetry - - poetry install - - poetry run pytest + image: python + commands: + - pip install poetry + - poetry install + - poetry run pytest