commit 59a6572ee17341062db7acc8c2a41579a57e0138
parent 1bb22ab83af1fdbb8f725e5b4d3cae0971d674c1
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 20:46:37 +0100
Install npm via apk
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -12,7 +12,7 @@ deploy-staging:
#image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge
image: registry.gitlab.com/pages/hugo:latest
before_script:
- - apk --no-cache add make lftp curl
+ - apk --no-cache add make lftp curl npm
- npm install both postcss-cli
- hugo version
script:
@@ -31,7 +31,7 @@ deploy:
#image: alpine:edge # https://pkgs.alpinelinux.org/packages?name=&branch=edge
image: registry.gitlab.com/pages/hugo:latest
before_script:
- - apk --no-cache add make lftp curl
+ - apk --no-cache add make lftp curl npm
- npm install both postcss-cli
- hugo version
script: