Fix environment variable not a string
Some checks failed
the build failed

This commit is contained in:
Ian Adam Naval 2018-07-31 13:25:51 -07:00
parent fd91d8937d
commit 797262138b

View File

@ -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