From c1506a436d44598190f12d513906a2192bf961fd Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 14:29:59 +0200 Subject: [PATCH] initial commit --- .drone.yml | 27 ++++++++++++++------------- 1 file changed, 14 insertions(+), 13 deletions(-) diff --git a/.drone.yml b/.drone.yml index 5683ba8..5ab735e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + 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 \ No newline at end of file