about summary refs log tree commit diff stats
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
authorAlan Pearce2023-04-12 17:52:20 +0200
committerAlan Pearce2023-04-12 17:52:20 +0200
commit7f790d72e68a79542c58d096fc334a32c8c1cbc6 (patch)
tree8030bab43b2f1a6cb43e233692eb7f30a5120127 /.gitlab-ci.yml
parenta35749f4efe1f19ded2f7d13867d298874dc8dc0 (diff)
downloadwebsite-7f790d72e68a79542c58d096fc334a32c8c1cbc6.tar.lz
website-7f790d72e68a79542c58d096fc334a32c8c1cbc6.tar.zst
website-7f790d72e68a79542c58d096fc334a32c8c1cbc6.zip
Remove GitLab CI file
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml23
1 files changed, 0 insertions, 23 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 19a279c..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,23 +0,0 @@
----
-variables:
-  # This variable will ensure that the CI runner pulls in your theme from the submodule
-  GIT_SUBMODULE_STRATEGY: recursive
-
-image: nixery.dev/shell/gnugrep/git/zola
-
-test:
-  script:
-    - zola
-  except:
-    variables:
-      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH
-
-pages:
-  script:
-    - zola build
-  artifacts:
-    paths:
-      - public
-  only:
-    variables:
-      - $CI_COMMIT_BRANCH == $CI_DEFAULT_BRANCH