From 20a7bee06895b2425ff41b04d0050a46f0ecc96e Mon Sep 17 00:00:00 2001 From: Benjamin Bach Date: Tue, 28 Dec 2021 02:56:03 +0100 Subject: [PATCH] Try to add "git" to installed image (no git executable in PATH) --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 22a8f59..486e0d5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: image: debian:buster-slim commands: - apt-get update; apt-get upgrade -y - - apt-get install -y wget + - apt-get install -y wget git - wget https://github.com/gohugoio/hugo/releases/download/v0.80.0/hugo_extended_0.80.0_Linux-64bit.deb -O hugo.deb - dpkg -i hugo.deb - hugo --destination _site/