Add chown to root

This commit is contained in:
Ian Adam Naval 2018-07-31 05:15:34 -07:00
parent ba72a7940c
commit 6374452b9d

View File

@ -2,4 +2,5 @@ pipeline:
build:
image: jekyll/jekyll:latest
commands:
- chown -R root. .
- jekyll build