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

This commit is contained in:
Solomon Laing 2026-01-03 11:30:52 +10:30
parent 011aca0fa8
commit 9420ee5932

View File

@ -29,13 +29,12 @@ steps:
- tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -C hugo_extended; - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz -C hugo_extended;
- mv hugo_extended/hugo $BIN_DIR - mv hugo_extended/hugo $BIN_DIR
- rm -rf hugo_extended*; - rm -rf hugo_extended*;
- ls /bin
- hugo version - hugo version
- echo "Building configuration" - echo "Building configuration"
- hugo - hugo
- ls - ls
environment: environment:
BIN_DIR: /bin BIN_DIR: /usr/local/bin
HUGO_VERSION: HUGO_VERSION:
from_secret: hugo_version from_secret: hugo_version