From 7600c451752b55ca2314634f50ef04cc2d775c52 Mon Sep 17 00:00:00 2001 From: sthope Date: Sat, 4 Sep 2021 14:33:17 +0200 Subject: [PATCH] initial commit --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index c605c94..3a5e14b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,7 +1,7 @@ pipeline: testing-jekyll: - image: jekyll/jekyll:latest - pull: always + image: "jekyll/jekyll:latest" + pull: "always" commands: - touch Gemfile.lock - chmod a+w Gemfile.lock