all repos — website @ 7f790d72e68a79542c58d096fc334a32c8c1cbc6

My website

Remove GitLab CI file
Alan Pearce alan@alanpearce.eu
Wed, 12 Apr 2023 17:52:20 +0200
commit

7f790d72e68a79542c58d096fc334a32c8c1cbc6

parent

a35749f4efe1f19ded2f7d13867d298874dc8dc0

1 files changed, 0 insertions(+), 23 deletions(-)

jump to
D .gitlab-ci.yml
@@ -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