From 797262138b0625cb471623d00be8368980666a49 Mon Sep 17 00:00:00 2001 From: Ian Adam Naval Date: Tue, 31 Jul 2018 13:25:51 -0700 Subject: [PATCH] Fix environment variable not a string --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 17eb905..35b0a2c 100644 --- a/.drone.yml +++ b/.drone.yml @@ -2,7 +2,7 @@ pipeline: build: image: jekyll/jekyll:latest environment: - JEKYLL_UID: 0 - JEKYLL_GID: 0 + JEKYLL_UID: "0" + JEKYLL_GID: "0" commands: - jekyll build