initial commit

This commit is contained in:
Sthope 2021-09-04 14:32:12 +02:00
parent c1506a436d
commit 364fac4738

View File

@ -1,16 +1,15 @@
pipeline:
clone:
disable: false
testing_jekyll:
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
- 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