From 1ecacd5ad1640faa5f30381ac55ae61a7574ee91 Mon Sep 17 00:00:00 2001 From: oDinZu <18726788+csharpee@users.noreply.github.com> Date: Mon, 9 May 2022 19:30:12 -0400 Subject: [PATCH] drone ci rsync test --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index e52ef0a..ccd1425 100644 --- a/.drone.yml +++ b/.drone.yml @@ -40,6 +40,9 @@ steps: - ls -al - git --version && git status + # add dependencies to tmp vm machine + -apt update && apt install rsync + # setup Jekyll permissions and build jekyll site - chown -R jekyll:jekyll /drone/src - gem install bundler