From cc4d6b122cf6974767705207d3f88da17b6a889e Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sun, 2 Jul 2023 19:04:31 +0200 Subject: [PATCH] build from master --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index cc7994d..49568b2 100644 --- a/.drone.yml +++ b/.drone.yml @@ -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