diff options
| author | Michael Grote | 2023-08-02 20:51:04 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-08-02 20:51:04 +0200 |
| commit | a1eb8f2a49f0a0f8e95b8b01a7dacd9a9449939e (patch) | |
| tree | 2f8d99c60fe5126b44b41f31ee8281429af74fd4 /.drone.yml | |
| parent | a8ef935a22643a870ecb304f8e6785bd42d768b4 (diff) | |
fix path
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -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) |