From b5e99a2cb29a13c592aa24ed31f9164521c9c5f4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?P=C3=A9ter=20Gyetvai?= Date: Tue, 31 Aug 2021 03:22:05 +0200 Subject: [PATCH] install git --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 0abe071..3a1553c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,7 +3,7 @@ pipeline: # image: amd64/alpine:latest image: docker:dind commands: - # - apk -U add docker git + - apk -U add git - docker build https://github.com/Saiyato/snapserver_docker.git - docker container commit 58dfdc384cc5 snapserver_docker_ci:amd64 - docker image tag snapserver_docker_ci:amd64 infeeeee/snapserver_docker_ci:amd64