From b719837486a4a3aa0491bc5e400e73059f75231e Mon Sep 17 00:00:00 2001 From: Jake Howard Date: Fri, 9 Oct 2020 19:56:28 +0100 Subject: [PATCH] install curl --- .gitlab-ci.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index d162275..69b2be5 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -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