Introduction
Introduction Statistics Contact Development Disclaimer Help
tUpdate apt before install - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 384928080e93a646db2edcbc531bfc2fe39b84f9
parent cbaa6b2b38a774c96e44fb101ddba31511d31d0f
Author: Anders Damsgaard <[email protected]>
Date: Fri, 2 Nov 2018 21:13:03 +0100
Update apt before install
Diffstat:
M .gitlab-ci.yml | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -35,7 +35,8 @@ deploy:
image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
# - apk --no-cache add make lftp curl npm
- - apt-get install make lftp curl
+ - apt-get update
+ - apt-get install 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.