From 9c253348ab8576fc5e80b8d2ce90842d41810217 Mon Sep 17 00:00:00 2001
From: Sthope <rjs.ricardosilva@gmail.com>
Date: Thu, 9 Sep 2021 14:29:42 +0200
Subject: [PATCH] initial commit

---
 .drone.yml | 20 ++++++++++----------
 1 file changed, 10 insertions(+), 10 deletions(-)

diff --git a/.drone.yml b/.drone.yml
index 162899b..de67d6f 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -6,16 +6,16 @@ clone:
   disable: false
 
 steps:
-- name: testing
-  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
+#   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: deploying
   image: appleboy/drone-ssh