aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2018-02-02 22:01:47 -0600
committerGitHub <[email protected]>2018-02-02 22:01:47 -0600
commitf55f8521f7719d7923751e2344f2050b80fc9d4f (patch)
treee9cb7124f7d86425d46d3b177c4fa9c1db4f887a
parent792245ebc4688b650204bc903cf38b5634687c14 (diff)
downloadxmpp-site-lite-f55f8521f7719d7923751e2344f2050b80fc9d4f.tar.gz
xmpp-site-lite-f55f8521f7719d7923751e2344f2050b80fc9d4f.tar.bz2
xmpp-site-lite-f55f8521f7719d7923751e2344f2050b80fc9d4f.zip
Delete .gitlab-ci.yml
-rw-r--r--.gitlab-ci.yml31
1 files changed, 0 insertions, 31 deletions
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
deleted file mode 100644
index 3e9cf7f..0000000
--- a/.gitlab-ci.yml
+++ /dev/null
@@ -1,31 +0,0 @@
-# This file is a template, and might need editing before it works on your project.
-# Template project: https://gitlab.com/pages/jekyll
-# Docs: https://docs.gitlab.com/ce/pages/
-image: ruby:2.3
-
-variables:
- JEKYLL_ENV: production
-
-before_script:
-- bundle install
-
-test:
- stage: test
- script:
- - bundle exec jekyll build -d test
- artifacts:
- paths:
- - test
- except:
- - master
-
-pages:
- stage: deploy
- script:
- - bundle exec jekyll build -d public
- artifacts:
- paths:
- - public
- only:
- - master
-