From aaf3462d1704a39149708180ab9bf2db9b145244 Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 28 Mar 2023 12:03:12 -0700 Subject: [PATCH] Fix Drone intentation. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 354cff95..9a7630ac 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,8 +24,8 @@ clone: steps: - name: build image: alpine:3.13 - environment: - TEST_CONTAINER: true + environment: + TEST_CONTAINER: true pull: always commands: - scripts/run-full-tests