From a57fbca9c79adf0db3abe5df6a70be6a42bc9f9c Mon Sep 17 00:00:00 2001 From: surtur Date: Thu, 27 Feb 2020 23:51:51 +0100 Subject: [PATCH] fixing wget magic --- .drone.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 90041c3..dcf128b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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