oops hehe, broke ci/cd
This commit is contained in:
parent
4ae21be784
commit
70013370d2
@ -19,6 +19,9 @@ main-build-job:
|
|||||||
tags:
|
tags:
|
||||||
- hugo
|
- hugo
|
||||||
before_script:
|
before_script:
|
||||||
|
- echo "Ititialising"
|
||||||
|
- BIN_DIR=/bin
|
||||||
|
- mkdir -p $BIN_DIR
|
||||||
- echo "Installing hugo"
|
- echo "Installing hugo"
|
||||||
- HUGO_VERSION=0.107.0
|
- HUGO_VERSION=0.107.0
|
||||||
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz;
|
- curl -LJO https://github.com/gohugoio/hugo/releases/download/v0.107.0/hugo_extended_${HUGO_VERSION}_Linux-64bit.tar.gz;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user