From 78808084e689e2b09e1ba750cb3ec3509f715a9d Mon Sep 17 00:00:00 2001 From: surtur Date: Fri, 28 Feb 2020 01:12:54 +0100 Subject: [PATCH] do download at least the necessary stuff * seen this one coming --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index c42033f..540540f 100644 --- a/.drone.yml +++ b/.drone.yml @@ -7,7 +7,7 @@ steps: pull: if-not-exists image: archlinux commands: - - pacman -S --noconfirm wget tar git + - pacman -Sy --noconfirm wget tar git - wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz -O hugo.tgz - tar xfv hugo.tgz - git submodule init