From 9e3ac8ad04a08aa5c06463e01624cb03bf4a55ca Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sat, 3 Jan 2026 11:24:34 +1030 Subject: [PATCH] and again --- .drone.yml | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index a8f860e..fbed546 100644 --- a/.drone.yml +++ b/.drone.yml @@ -24,12 +24,8 @@ steps: - echo "Dependencies" - apk add --no-cache curl tar - echo "Installing hugo" - - echo "version v$HUGO_VERSION" - curl -LJO https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - - mkdir -p hugo_extended - - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -C hugo_extended; - - mv hugo_extended/hugo $BIN_DIR - - rm -rf hugo_extended*; + - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - hugo version - echo "Building configuration" - hugo