From 4b801ca6068476edcd173ec7939c16c71945ec3e Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 31 Jul 2018 05:17:30 -0700 Subject: [PATCH] Add debug ls --- .drone.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.drone.yml b/.drone.yml index a6ba4d2..774fa81 100644 --- a/.drone.yml +++ b/.drone.yml @@ -3,4 +3,5 @@ pipeline: image: jekyll/jekyll:latest commands: - chown -R root. . + - ls -la . - jekyll build