Introduction
Introduction Statistics Contact Development Disclaimer Help
tChange find syntax - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit ba7f6d0a6aaff25168f79c35f659587939b8c9a9
parent a444d47744afbe3939afaee0dfec5416deea93e7
Author: Anders Damsgaard <[email protected]>
Date: Mon, 5 Nov 2018 08:56:23 +0100
Change find syntax
Diffstat:
M .gitlab-ci.yml | 6 ++----
1 file changed, 2 insertions(+), 4 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -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' \
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.