aboutsummaryrefslogtreecommitdiffstats
path: root/.drone.yml
diff options
context:
space:
mode:
authorMichael Grote2023-07-05 12:34:39 +0200
committerMichael Grote2023-07-05 12:34:39 +0200
commit145e8d7353f079e8f432f2decda48e5285d9ca4e (patch)
treea49801036b67bc7549945d08e3c4c9d950a707c7 /.drone.yml
parentcc4d6b122cf6974767705207d3f88da17b6a889e (diff)
set version to 3.0.0, so the package does not get overwritten
Diffstat (limited to '.drone.yml')
-rw-r--r--.drone.yml5
1 files changed, 3 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 49568b2..30dfcf3 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -17,7 +17,8 @@ steps:
- 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)
- - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
+ #- export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
+ - export version=3.0.0
- ls -lah
- pwd
- chmod 0755 sanoid
@@ -51,7 +52,7 @@ steps:
- cd sanoid
- ls -lah
- pwd
- - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
+ - export version=3.0.0
- echo $version
- |
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload