all repos — homestead @ 244c9f6ba75e4b048da8b21ad384e20a3496912c

Code for my website

Use nixery image for CI

Alan Pearce
commit

244c9f6ba75e4b048da8b21ad384e20a3496912c

parent

6b28de4038d8e535ecd25c960d3e2219e7dcd590

1 file changed, 1 insertion(+), 5 deletions(-)

changed files
M .gitlab-ci.yml.gitlab-ci.yml
@@ -2,9 +2,8 @@ ---
variables: # This variable will ensure that the CI runner pulls in your theme from the submodule GIT_SUBMODULE_STRATEGY: recursive - ALPINE_VERSION: "3.15" -image: alpine:$ALPINE_VERSION +image: nixery.dev/shell/git/zola test: script:
@@ -15,9 +14,6 @@ - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
pages: script: - # Install the zola package from the alpine community repositories - - apk add --no-cache --repository http://dl-3.alpinelinux.org/alpine/v$ALPINE_VERSION/community/ zola=~0.14 - # Execute zola build - zola build artifacts: paths: