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 431ec5b3a2dfc506c5da594475aea24295cc2cfb
parent ba7f6d0a6aaff25168f79c35f659587939b8c9a9
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(-)

diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml @@ -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: