oops hehe, broke ci/cd

This commit is contained in:
Solomon Laing 2025-04-14 21:54:17 +09:30
parent 4ae21be784
commit 70013370d2

View File

@ -19,6 +19,9 @@ main-build-job:
tags: tags:
- hugo - hugo
before_script: before_script:
- echo "Ititialising"
- BIN_DIR=/bin
- mkdir -p $BIN_DIR
- echo "Installing hugo" - echo "Installing hugo"
- HUGO_VERSION=0.107.0 - 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; - curl -LJO https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz;