privileged
ci/woodpecker/push/woodpecker Pipeline failed Details

This commit is contained in:
sneakers-the-rat 2022-11-18 01:04:32 -08:00
parent a72dbf3a00
commit 7d157cfb24
1 changed files with 3 additions and 2 deletions

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