aboutsummaryrefslogtreecommitdiff
path: root/.gitlab-ci.yml
diff options
context:
space:
mode:
Diffstat (limited to '.gitlab-ci.yml')
-rw-r--r--.gitlab-ci.yml28
1 files changed, 0 insertions, 28 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index ff60cfb..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,28 +0,0 @@
-# SERVING CSTATE ON GITLAB PAGES
-# Introduced in v4.2.1
-#
-# This file is very similar to the existing GitLab template, and might need editing before it works on your project.
-#
-# All available Hugo versions are listed here:
-# https://gitlab.com/pages/hugo/container_registry
-#
-# cState uses Hugo Extended.
-image: registry.gitlab.com/pages/hugo/hugo_extended:0.100.2
-
-variables:
- GIT_SUBMODULE_STRATEGY: recursive
-
-test:
- script:
- - hugo
- except:
- - master
-
-pages:
- script:
- - hugo
- artifacts:
- paths:
- - public
- only:
- - master