From f1138bab77f22b4933de8979ffb5e56496c27b13 Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 2 Sep 2021 02:07:04 +0200 Subject: [PATCH] Update '.drone.yml' --- .drone.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.drone.yml b/.drone.yml index 7522747..b75b1cf 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,11 +2,11 @@ pipeline: jekyll-build: image: jekyll/jekyll:latest commands: - - touch Gemfile.lock - - chmod a+w Gemfile.lock - - chown -R jekyll:jekyll /drone - - gem update --system - - gem install bundler + # - 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