commit faa5b62660244f3391bf67845e362f510d16a790
parent faa537253527cb860f0ea70aa9d48414a8d581d3
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 21:10:11 +0100
Install debian packages instead of alpine
Diffstat:
1 file changed, 4 insertions(+), 2 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -13,7 +13,8 @@ deploy-staging:
# image: registry.gitlab.com/pages/hugo:latest
image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
- - apk --no-cache add make lftp curl npm
+ # - apk --no-cache add make lftp curl npm
+ - apt-get install make lftp curl
# - npm install -g postcss-cli
- hugo version
script:
@@ -33,7 +34,8 @@ deploy:
# image: registry.gitlab.com/pages/hugo:latest
image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
- - apk --no-cache add make lftp curl npm
+ # - apk --no-cache add make lftp curl npm
+ - apt-get install make lftp curl
# - npm install -g postcss-cli
- hugo version
script: