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

This commit is contained in:
oDinZu 2022-05-10 00:17:32 -04:00
parent 39ddb1fbe6
commit 0eb509207d

View File

@ -49,10 +49,10 @@ steps:
- git --version && git status
# add dependencies to tmp vm machine
- apt-get update && apt-get -y install rsync
- apt-get update && apt-get -y install rsync sshpass
# setup Jekyll permissions and build jekyll site
- adduser --no-create-home --disabled-password jekyll
- adduser --no-create-home --disabled-password --gecos "" jekyll
- chown -R jekyll:jekyll /drone/src
- gem install bundler
- bundle install