From a1eb8f2a49f0a0f8e95b8b01a7dacd9a9449939e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Wed, 2 Aug 2023 20:51:04 +0200 Subject: [PATCH] fix path --- .drone.yml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.drone.yml b/.drone.yml index 1fff40b..6c4e995 100644 --- a/.drone.yml +++ b/.drone.yml @@ -14,6 +14,9 @@ steps: DEBIAN_FRONTEND: noninteractive commands: - git clone https://git.mgrote.net/Mirror/sanoid.git + - cp sanoid-prune.service sanoid/ + - cp sanoid.service sanoid/ + - cp sanoid.timer sanoid/ - cd sanoid - # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!) #- git checkout $(git tag | grep "^v" | tail -n 1)