initial commit

This commit is contained in:
Sthope 2021-09-04 14:28:28 +02:00
parent 3b7dd0552f
commit 5699b3ba1f

View File

@ -1,14 +1,15 @@
pipeline:
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