build from master
This commit is contained in:
parent
c96db13107
commit
cc4d6b122c
1 changed files with 1 additions and 1 deletions
|
@ -16,7 +16,7 @@ steps:
|
||||||
- git clone https://git.mgrote.net/Mirror/sanoid.git
|
- git clone https://git.mgrote.net/Mirror/sanoid.git
|
||||||
- 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)
|
||||||
- export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
|
- export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
|
||||||
- ls -lah
|
- ls -lah
|
||||||
- pwd
|
- pwd
|
||||||
|
|
Reference in a new issue