initial commit

This commit is contained in:
Sthope 2021-09-04 14:29:59 +02:00
parent 5699b3ba1f
commit c1506a436d

View File

@ -1,15 +1,16 @@
pipeline:
clone:
disable: false
testing_jekyll:
image: jekyll/jekyll:latest
pull: always
commands:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build
clone:
disable: false
testing_jekyll:
image: jekyll/jekyll:latest
pull: always
commands:
- touch Gemfile.lock
- chmod a+w Gemfile.lock
- chown -R jekyll:jekyll /drone
- gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build