1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-07-17 19:25:32 -04:00
This commit is contained in:
2019-04-12 12:39:48 -04:00
parent e216cf7eec
commit 8b26abaac5

View File

@@ -7,7 +7,7 @@ variables:
before_script: before_script:
# update alpine # update alpine
- apk update && apk add openssl curl coreutils - apk update && apk add openssl curl coreutils git
# download and install Hugo # download and install Hugo
- wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz - wget https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_${HUGO_VERSION}_Linux-64bit.tar.gz