From f55f8521f7719d7923751e2344f2050b80fc9d4f Mon Sep 17 00:00:00 2001 From: Matt Rude Date: Fri, 2 Feb 2018 22:01:47 -0600 Subject: Delete .gitlab-ci.yml --- .gitlab-ci.yml | 31 ------------------------------- 1 file changed, 31 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 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 - -- cgit v1.2.3-59-ga6da