tAdd grep to deploy stage - 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 7b26ea04afca4a62eed6a9c719fad592dff2f29c
 (DIR) parent 10e9bf78cacc66bfca5632398a6d8d40c83e359f
 (HTM) Author: Anders Damsgaard <anders@adamsgaard.dk>
       Date:   Fri,  2 Nov 2018 14:16:30 +0100
       
       Add grep to deploy stage
       
       Diffstat:
         M .gitlab-ci.yml                      |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
       t@@ -13,7 +13,7 @@ deploy:
          #image: alpine:edge  # https://pkgs.alpinelinux.org/packages?name=&branch=edge
          image: registry.gitlab.com/pages/hugo:latest
          before_script:
       -    - apk --no-cache add make lftp curl
       +    - apk --no-cache add make lftp curl grep
            - hugo version
          script:
            - make deploy