From 69a9e2ed2fc32adb3d5348c217526462a587f56a Mon Sep 17 00:00:00 2001 From: Bad Date: Wed, 25 Nov 2020 08:18:46 +0100 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=9A=20Fix=20drone=20build=20due=20to?= =?UTF-8?q?=20missing=20git?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index d815318..981c632 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,6 +6,8 @@ steps: - name: build image: node:current-alpine3.12 commands: + - apk update + - apk add git - npm install -D - npm run rebuild