From cdea7563f46c5d24c0176b178653f8a0dae2e992 Mon Sep 17 00:00:00 2001 From: Anna Sidwell Date: Thu, 14 Nov 2019 14:07:41 +0000 Subject: [PATCH] Update CI for previous change --- .gitlab-ci.yml | 11 +---------- 1 file changed, 1 insertion(+), 10 deletions(-) diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml index ccfa7ec..c4f82af 100644 --- a/.gitlab-ci.yml +++ b/.gitlab-ci.yml @@ -6,10 +6,9 @@ variables: pages: - image: jekyll/jekyll:3.6 + image: jekyll/jekyll:4 stage: deploy script: - - rm Gemfile - jekyll build -d public - apk add gzip --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/testing/ --allow-untrusted - gzip -v -k -6 $(find public -name '*.js' -o -name '*.html' -o -name '*.css') @@ -18,11 +17,3 @@ pages: - public only: - master - - -test with latest jekyll: - image: jekyll/jekyll:latest - stage: deploy - script: - - rm Gemfile - - jekyll build -d public