diff options
| -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 |