This commit is contained in:
parent
9e3ac8ad04
commit
cf05a3439c
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user