commit ba7f6d0a6aaff25168f79c35f659587939b8c9a9
parent a444d47744afbe3939afaee0dfec5416deea93e7
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Mon, 5 Nov 2018 08:56:23 +0100
Change find syntax
Diffstat:
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -11,12 +11,10 @@ test:
pages:
image: registry.gitlab.com/plett/hugoextended:0.50
before_script:
- - apt-get update
- - apt-get install make
- hugo version
script:
- - make deploy-gitlab
- - find public \
+ - hugo
+ - find public/ \
-iname '.DS_Store' \
-iname '*.jpg' \
-not -iname '*resize*.jpg' \