From 7f790d72e68a79542c58d096fc334a32c8c1cbc6 Mon Sep 17 00:00:00 2001 From: Alan Pearce Date: Wed, 12 Apr 2023 17:52:20 +0200 Subject: Remove GitLab CI file --- .gitlab-ci.yml | 23 ----------------------- 1 file changed, 23 deletions(-) delete mode 100644 .gitlab-ci.yml (limited to '.gitlab-ci.yml') 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 -- cgit 1.4.1