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: pipeline:
clone:
disable: false
testing_jekyll: clone:
image: jekyll/jekyll:latest disable: false
pull: always
commands: testing_jekyll:
- touch Gemfile.lock image: jekyll/jekyll:latest
- chmod a+w Gemfile.lock pull: always
- chown -R jekyll:jekyll /drone commands:
- gem update --system - touch Gemfile.lock
- gem install bundler - chmod a+w Gemfile.lock
- bundle install - chown -R jekyll:jekyll /drone
- bundle exec jekyll build - gem update --system
- gem install bundler
- bundle install
- bundle exec jekyll build