From b95c566185b49a657dd304984bdd0e11e766e42b Mon Sep 17 00:00:00 2001 From: michael Date: Tue, 23 May 2023 06:23:18 +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 | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index ac3cec7..7ae00e8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -23,6 +23,7 @@ steps: - name: test image: python:3.7-alpine commands: + - apk add add wget make git - source /tmp/shared/.venv/bin/activate - make test - echo $$DRONE_COMMIT_SHA > .tags