build from master

This commit is contained in:
Michael Grote 2023-07-02 19:04:31 +02:00
parent c96db13107
commit cc4d6b122c

View file

@ -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