diff options
| author | Michael Grote | 2023-07-02 19:04:31 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-07-02 19:04:31 +0200 |
| commit | cc4d6b122cf6974767705207d3f88da17b6a889e (patch) | |
| tree | 4bc172d94f4c194e43aa1c6fe41a31259aac4cdb | |
| parent | c96db13107e06e933154f9b3dbfbe84784b1ef41 (diff) | |
build from master
| -rw-r--r-- | .drone.yml | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -16,7 +16,7 @@ steps: - git clone https://git.mgrote.net/Mirror/sanoid.git - 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) + #- git checkout $(git tag | grep "^v" | tail -n 1) - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v) - ls -lah - pwd |