From ee1284e10eabaedfb241897c014e3a4269d66c43 Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 06:24:33 +0000 Subject: [PATCH] =?UTF-8?q?=E2=80=9E.drone.yml=E2=80=9C=20=C3=A4ndern?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 7ae00e8..5b29d8d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,7 +23,7 @@ steps: - name: test image: python:3.7-alpine commands: - - apk add add wget make git + - apk add wget make git - source /tmp/shared/.venv/bin/activate - make test - echo $$DRONE_COMMIT_SHA > .tags