tInstall npm via apk - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 59a6572ee17341062db7acc8c2a41579a57e0138
(DIR) parent 1bb22ab83af1fdbb8f725e5b4d3cae0971d674c1
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 20:46:37 +0100
Install npm via apk
Diffstat:
M .gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -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:
t@@ -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: