install curl
This commit is contained in:
parent
769ef77dcd
commit
b719837486
1 changed files with 1 additions and 0 deletions
|
@ -11,6 +11,7 @@ cache:
|
||||||
- .cache
|
- .cache
|
||||||
|
|
||||||
before_script:
|
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
|
- 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
|
- dpkg -i /tmp/hugo.deb
|
||||||
- npm ci --cache .npm --prefer-offline --production
|
- npm ci --cache .npm --prefer-offline --production
|
||||||
|
|
Loading…
Reference in a new issue