website/.drone.yml
sthope c850e10721
All checks were successful
continuous-integration/drone/push Build is passing
initial commit
2021-09-04 14:39:14 +02:00

17 lines
331 B
YAML

pipeline:
# clone:
# disable: false
testing-jekyll:
image: jekyll/jekyll:latest
pull: true
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