commit 7b26ea04afca4a62eed6a9c719fad592dff2f29c
parent 10e9bf78cacc66bfca5632398a6d8d40c83e359f
Author: Anders Damsgaard <anders@adamsgaard.dk>
Date: Fri, 2 Nov 2018 14:16:30 +0100
Add grep to deploy stage
Diffstat:
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
@@ -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