Introduction
Introduction Statistics Contact Development Disclaimer Help
tInstall debian packages instead of alpine - andersdamsgaard.com - my photograp…
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit faa5b62660244f3391bf67845e362f510d16a790
parent faa537253527cb860f0ea70aa9d48414a8d581d3
Author: Anders Damsgaard <[email protected]>
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(-)
---
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:
You are viewing proxied material from mx1.adamsgaard.dk. The copyright of proxied material belongs to its original authors. Any comments or complaints in relation to proxied material should be directed to the original authors of the content concerned. Please see the disclaimer for more details.