From 6a3cbfa9373b4876a57e7d26a0c5a7df5b02f4cf Mon Sep 17 00:00:00 2001 From: infeeeee Date: Tue, 31 Aug 2021 01:38:41 +0200 Subject: [PATCH] Added back git --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index ab9df01..5083ba2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: amd64/alpine:latest commands: - - apk -U add docker + - apk -U add docker git - docker build https://github.com/Saiyato/snapserver_docker.git - docker image ls # - docker push infeeeee/snapserver_docker_ci:amd64