From 605ad5053ae40258f57130faf08d6096f8719550 Mon Sep 17 00:00:00 2001
From: sthope <rjs.ricardosilva@gmail.com>
Date: Thu, 9 Sep 2021 11:08:32 +0200
Subject: [PATCH] initial commit

---
 .drone.yml | 22 +++++++++++-----------
 1 file changed, 11 insertions(+), 11 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index eaa89eb..ba3eba8 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