and again
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Solomon Laing 2026-01-03 11:24:34 +10:30
parent 5f3f275af0
commit 9e3ac8ad04

View File

@ -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