fix path
This commit is contained in:
parent
a8ef935a22
commit
a1eb8f2a49
1 changed files with 3 additions and 0 deletions
|
@ -14,6 +14,9 @@ steps:
|
||||||
DEBIAN_FRONTEND: noninteractive
|
DEBIAN_FRONTEND: noninteractive
|
||||||
commands:
|
commands:
|
||||||
- git clone https://git.mgrote.net/Mirror/sanoid.git
|
- git clone https://git.mgrote.net/Mirror/sanoid.git
|
||||||
|
- cp sanoid-prune.service sanoid/
|
||||||
|
- cp sanoid.service sanoid/
|
||||||
|
- cp sanoid.timer sanoid/
|
||||||
- cd sanoid
|
- cd sanoid
|
||||||
- # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
|
- # checkout latest stable release or stay on master for bleeding edge stuff (but expect bugs!)
|
||||||
#- git checkout $(git tag | grep "^v" | tail -n 1)
|
#- git checkout $(git tag | grep "^v" | tail -n 1)
|
||||||
|
|
Reference in a new issue