andersdamsgaard.com

my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com # fast
git clone https://src.adamsgaard.dk/andersdamsgaard.com.git # slow
Log | Files | Refs | Submodules | README | LICENSE Back to index

commit 391af455e29b387be954339c40c3e973653fa0bb
parent af3d8d4a83a734c78e963756875cf292e5a8c764
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Fri,  2 Nov 2018 13:17:09 +0100

Do not install hugo from apk

Diffstat:
M.gitlab-ci.yml | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -14,7 +14,7 @@ deploy: image: registry.gitlab.com/pages/hugo:latest before_script: - env - - apk --no-cache add make hugo lftp + - apk --no-cache add make lftp - hugo version script: - make deploy