remove gitlab-ci.yml

This commit is contained in:
erciccione 2020-04-14 15:56:41 +02:00
parent 639cf2057d
commit 26d27fb710
No known key found for this signature in database
GPG Key ID: 762AF8C608E56CDF

View File

@ -1,17 +0,0 @@
image: ruby:2.5
stages:
- build
variables:
LANG: "C.UTF-8"
before_script:
- gem install bundler
build_site:
stage: build
only:
- master
script:
- bundle install
- bundle exec jekyll build