aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-08-02 20:58:11 +0200
committerMichael Grote2023-08-02 20:58:11 +0200
commite806f2b459f4cb2d18fb7e2e39c12f63d3d75aec (patch)
treecb8e7f8570bc603515882524eef72ad10e4ac81a
parent52b9bfb1eb796d38bc80c005ba1f47ed9c988d45 (diff)
set new version
-rw-r--r--.drone.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index e911339..98e898e 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -21,7 +21,7 @@ steps:
- # 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=3.0.3
+ - export version=3.0.4
- ls -lah
- pwd
- chmod 0755 sanoid
@@ -66,7 +66,7 @@ steps:
- cd sanoid
- ls -lah
- pwd
- - export version=3.0.3
+ - export version=3.0.4
- echo $version
- |
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload