about summary refs log tree commit diff stats
diff options
context:
space:
mode:
authorAlan Pearce2022-04-30 16:46:35 +0000
committerAlan Pearce2022-04-30 16:46:35 +0000
commita4385d98445834843ab499e31c4fd7da00b86389 (patch)
tree6aaeb2ad78da8cf1794b494fee40accdf6e0a7c0
parentd853e229acf3f61d6f9e6b0e8b63aaa4870f3d37 (diff)
downloadwebsite-a4385d98445834843ab499e31c4fd7da00b86389.tar.lz
website-a4385d98445834843ab499e31c4fd7da00b86389.tar.zst
website-a4385d98445834843ab499e31c4fd7da00b86389.zip
Use nixery image for CI
-rw-r--r--.gitlab-ci.yml6
1 files changed, 1 insertions, 5 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index a8542e4..c426dc4 100644
--- a/.gitlab-ci.yml
+++ b/.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 @@ test:
 
 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: