tInstall debian packages instead of alpine - 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 faa5b62660244f3391bf67845e362f510d16a790
(DIR) parent faa537253527cb860f0ea70aa9d48414a8d581d3
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 21:10:11 +0100
Install debian packages instead of alpine
Diffstat:
M .gitlab-ci.yml | 6 ++++--
1 file changed, 4 insertions(+), 2 deletions(-)
---
(DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -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:
t@@ -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: