aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMichael Grote2023-06-30 11:53:22 +0200
committerMichael Grote2023-06-30 11:53:22 +0200
commitc96db13107e06e933154f9b3dbfbe84784b1ef41 (patch)
treec79ce9f271e8d289ff308a40f5c6974c3b6237ab
parent90428797e220dc537e67987db71d37619a212305 (diff)
ci: test
-rw-r--r--.drone.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.drone.yml b/.drone.yml
index 1daeba1..cc7994d 100644
--- a/.drone.yml
+++ b/.drone.yml
@@ -18,7 +18,6 @@ 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)
- - echo "export version=$version" > env
- ls -lah
- pwd
- chmod 0755 sanoid
@@ -52,7 +51,7 @@ steps:
- cd sanoid
- ls -lah
- pwd
- - source env
+ - export version=$(git tag | grep "^v" | tail -n 1 | tr -d v)
- echo $version
- |
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload