From a6ddbc3cf818782631e328f0fa77250ead88e07d Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 01:39:31 +0200 Subject: [PATCH] initial commit --- .drone.yml | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/.drone.yml b/.drone.yml index 0d86e5a..b6fe72d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,17 +6,17 @@ clone: disable: false steps: -- name: testing-jekyll - 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-jekyll +# 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