privileged
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
sneakers-the-rat 2022-11-18 01:04:32 -08:00
parent a72dbf3a00
commit 7d157cfb24

View file

@ -3,8 +3,9 @@ pipeline:
image: jekyll/jekyll
privileged: true
commands:
- ls -al
- id
- chmod -R a+w .
- bundle install
- bundle exec jekyll build -d /var/www/pages/index
volumes:
- /var/www/pages:/var/www/pages