update ci/cd

This commit is contained in:
Solomon Laing 2022-12-04 16:49:26 +10:30
parent 48b94d479b
commit 447ab9dc14

View File

@ -35,7 +35,7 @@ main-build-job:
- 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*;
- hugo --version - hugo version
script: script:
- echo "Building configuration" - echo "Building configuration"
- hugo - hugo