Change Jekyll to run as root
Some checks failed
the build failed

This commit is contained in:
Ian Adam Naval 2018-07-31 13:25:03 -07:00
parent 4b801ca606
commit fd91d8937d

View File

@ -1,7 +1,8 @@
pipeline: pipeline:
build: build:
image: jekyll/jekyll:latest image: jekyll/jekyll:latest
environment:
JEKYLL_UID: 0
JEKYLL_GID: 0
commands: commands:
- chown -R root. .
- ls -la .
- jekyll build - jekyll build