tChange formatting for find - andersdamsgaard.com - my photography webpage
(HTM) git clone git://src.adamsgaard.dk/andersdamsgaard.com
(DIR) Log
(DIR) Files
(DIR) Refs
(DIR) Submodules
(DIR) README
(DIR) LICENSE
---
(DIR) commit 431ec5b3a2dfc506c5da594475aea24295cc2cfb
(DIR) parent ba7f6d0a6aaff25168f79c35f659587939b8c9a9
(HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
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(-)
---
(DIR) 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: