drone ci rsync test
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
oDinZu 2022-05-09 19:55:40 -04:00
parent 9456ef617d
commit 9493615faf

View File

@ -44,7 +44,7 @@ steps:
- apt-get update && apt-get -y install rsync
# setup Jekyll permissions and build jekyll site
- adduser -m --disabled-password -s /bin/bash jekyll
- adduser --no-create-home --disabled-password jekyll
- chown -R jekyll:jekyll /drone/src
- gem install bundler
- bundle install