From f7090510b1b31c9fbe921ebd9372fa91944c8531 Mon Sep 17 00:00:00 2001 From: sthope Date: Wed, 8 Sep 2021 23:57:10 +0200 Subject: [PATCH] initial commit --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 39d9e45..c75d479 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,17 +6,17 @@ clone: disable: false steps: -# - name: testing -# pull: always -# image: jekyll/jekyll:latest -# 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 +- name: testing + pull: always + image: jekyll/jekyll:latest + 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 # - name: ssh commands # image: appleboy/drone-ssh