1
mirror of https://github.com/jakejarvis/jarv.is.git synced 2025-04-27 11:18:30 -04:00
This commit is contained in:
Jake Jarvis 2019-04-12 12:39:48 -04:00
parent e216cf7eec
commit 8b26abaac5

View File

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