commit 384928080e93a646db2edcbc531bfc2fe39b84f9
parent cbaa6b2b38a774c96e44fb101ddba31511d31d0f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 21:13:03 +0100
Update apt before install
Diffstat:
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -35,7 +35,8 @@ deploy:
image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
# - apk --no-cache add make lftp curl npm
- - apt-get install make lftp curl
+ - apt-get update
+ - apt-get install lftp curl
# - npm install -g postcss-cli
- hugo version
script: