diff --git a/.drone.yml b/.drone.yml index 5ab735e..6046e21 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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 \ No newline at end of file + - 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