fixing wget magic
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
surtur 2020-02-27 23:51:51 +01:00
parent 600288e13a
commit a57fbca9c7
Signed by: wanderer
GPG Key ID: 19CE1EC1D9E0486D

View File

@ -19,5 +19,6 @@ steps:
image: archlinux
commands:
- pacman -Syu --noconfirm wget tar
- wget https://github.com/gohugoio/hugo/releases/download/v0.65.3/hugo_extended_0.65.3_Linux-64bit.tar.gz | tar xfv -
- 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
- ./hugo --gc=true