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 9ebeb3368c3b458619db34e93d576312608beb64
parent 49566bd769cd122ca7ea5d292784e894c0e8000b
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date:   Mon,  5 Nov 2018 06:31:31 +0100

Remove unnecessary package installs

Diffstat:
M.gitlab-ci.yml | 2--
1 file changed, 0 insertions(+), 2 deletions(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -11,8 +11,6 @@ test: pages: image: registry.gitlab.com/plett/hugoextended:0.50 before_script: - # - apk --no-cache add make lftp curl npm - - apt-get install make lftp curl - hugo version script: - make deploy-gitlab