1
Fork 0

install curl

This commit is contained in:
Jake Howard 2020-10-09 19:56:28 +01:00
parent 769ef77dcd
commit b719837486
Signed by: jake
GPG key ID: 57AFB45680EDD477

View file

@ -11,6 +11,7 @@ cache:
- .cache
before_script:
- apt update && apt install -y curl
- curl -Lo /tmp/hugo.deb https://github.com/gohugoio/hugo/releases/download/v${HUGO_VERSION}/hugo_extended_${HUGO_VERSION}_Linux-64bit.deb
- dpkg -i /tmp/hugo.deb
- npm ci --cache .npm --prefer-offline --production