tChange find syntax - 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 ba7f6d0a6aaff25168f79c35f659587939b8c9a9
 (DIR) parent a444d47744afbe3939afaee0dfec5416deea93e7
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       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(-)
       ---
 (DIR) 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' \