Introduction
Introduction Statistics Contact Development Disclaimer Help
tChange formatting for find - andersdamsgaard.com - my photography webpage
git clone git://src.adamsgaard.dk/andersdamsgaard.com
Log
Files
Refs
Submodules
README
LICENSE
---
commit 431ec5b3a2dfc506c5da594475aea24295cc2cfb
parent ba7f6d0a6aaff25168f79c35f659587939b8c9a9
Author: Anders Damsgaard <[email protected]>
Date: Mon, 5 Nov 2018 08:59:09 +0100
Change formatting for find
Diffstat:
M .gitlab-ci.yml | 12 ++++++------
1 file changed, 6 insertions(+), 6 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
t@@ -14,12 +14,12 @@ pages:
- hugo version
script:
- hugo
- - find public/ \
- -iname '.DS_Store' \
- -iname '*.jpg' \
- -not -iname '*resize*.jpg' \
- -not -iname '*fill*.jpg' \
- -not -iname '*fit*.jpg' \
+ - find public/
+ -iname '.DS_Store'
+ -iname '*.jpg'
+ -not -iname '*resize*.jpg'
+ -not -iname '*fill*.jpg'
+ -not -iname '*fit*.jpg'
-delete && du -h public/
artifacts:
paths:
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.