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