From d401e475eafb3000ce83dc4aeff63808c0cfca8f Mon Sep 17 00:00:00 2001 From: sthope Date: Thu, 9 Sep 2021 10:36:46 +0200 Subject: [PATCH] initial commit --- .drone.yml | 34 +++++++++++++++++----------------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/.drone.yml b/.drone.yml index 79a43f1..c315016 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,22 +1,22 @@ -kind: pipeline -type: docker -name: website-testing +# kind: pipeline +# type: docker +# name: website-testing -clone: - disable: false +# 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 +# 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: ssh commands # image: appleboy/drone-ssh