diff options
| author | Michael Grote | 2023-08-02 20:51:48 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-08-02 20:51:48 +0200 |
| commit | 2786f9d54dedc44be29cda5e85d13a307c013b33 (patch) | |
| tree | 9e8b9e00ffbe46110801e0eced984e791c160efd | |
| parent | a1eb8f2a49f0a0f8e95b8b01a7dacd9a9449939e (diff) | |
set version
| -rw-r--r-- | .drone.yml | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -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.1 + - export version=3.0.2 - ls -lah - pwd - chmod 0755 sanoid @@ -66,7 +66,7 @@ steps: - cd sanoid - ls -lah - pwd - - export version=3.0.1 + - export version=3.0.2 - echo $version - | curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload |