From 0eb509207d40bf7b4765f0de9bb9566d85bb33df Mon Sep 17 00:00:00 2001 From: oDinZu Date: Tue, 10 May 2022 00:17:32 -0400 Subject: [PATCH] drone ci rsync test --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 27cbf75..07c6c20 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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