run in place
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Solomon Laing 2026-01-03 11:25:29 +10:30
parent 9e3ac8ad04
commit cf05a3439c

View File

@ -26,9 +26,9 @@ steps:
- echo "Installing hugo" - echo "Installing hugo"
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - curl -LJO https://github.com/gohugoio/hugo/releases/download/v$${HUGO_VERSION}/hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz;
- tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz; - tar -xvf hugo_extended_$${HUGO_VERSION}_Linux-64bit.tar.gz;
- hugo version - ./hugo version
- echo "Building configuration" - echo "Building configuration"
- hugo - ./hugo
- ls - ls
environment: environment:
BIN_DIR: /bin BIN_DIR: /bin