do download at least the necessary stuff
All checks were successful
continuous-integration/drone/push Build is passing

* seen this one coming
This commit is contained in:
surtur 2020-02-28 01:12:54 +01:00
parent f69767c734
commit 78808084e6
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

@ -7,7 +7,7 @@ steps:
pull: if-not-exists pull: if-not-exists
image: archlinux image: archlinux
commands: 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 - 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 - tar xfv hugo.tgz
- git submodule init - git submodule init