This commit is contained in:
parent
8d4920b79b
commit
f7cfdf6ebb
@ -21,6 +21,8 @@ steps:
|
|||||||
commands:
|
commands:
|
||||||
- echo "Ititialising"
|
- echo "Ititialising"
|
||||||
- mkdir -p $BIN_DIR
|
- mkdir -p $BIN_DIR
|
||||||
|
- echo "Dependencies"
|
||||||
|
- apk add --no-cache curl tar
|
||||||
- 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;
|
||||||
- mkdir -p hugo_extended
|
- mkdir -p hugo_extended
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user