From 74128c15b7d48b950ace15dabb12ef92b734e74f Mon Sep 17 00:00:00 2001 From: oDinZu Date: Fri, 13 May 2022 22:09:25 -0400 Subject: [PATCH] polishing .drone.yaml config + rsync to downloads page --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 04b7dba..382a8e4 100644 --- a/.drone.yml +++ b/.drone.yml @@ -41,7 +41,7 @@ steps: - pwd # add dependencies to tmp docker vm - - apt-get update && apt-get -y install rsync sshpass openssh-server openssh-client + - apt-get update && apt-get -y install rsync sshpass openssh-server openssh-client bc - rsync --version - bc --version