From cc4f04ae59ecb08ef7e09f9842c6240325b25298 Mon Sep 17 00:00:00 2001 From: Solomon Laing Date: Sun, 4 Dec 2022 16:42:15 +1030 Subject: [PATCH] update ci/cd --- .gitlab-ci.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index 301dc34..2227f9c 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -29,7 +29,11 @@ main-build-job: - rm -rf sass_embedded*; - dart-sass-embedded --version - echo "Installing hugo" - - apt install hugo + - HUGO_VERSION=0.107.0 + - curl -LJO https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz; + - tar -xvf hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz; + - mv hugo_extended/hugo $BIN_DIR + - rm -rf hugo_extended*; - hugo --version script: - echo "Building configuration"