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