diff options
| author | Michael Grote | 2023-06-30 11:52:09 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-30 11:52:09 +0200 |
| commit | 90428797e220dc537e67987db71d37619a212305 (patch) | |
| tree | 2414848992417ad2172f470c74c41a9cb25f3d01 | |
| parent | 3929f5a4a28f2f469832260d6d6a5b5fe46e7c2c (diff) | |
ci: debug
| -rw-r--r-- | .drone.yml | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -18,7 +18,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) - - echo $version + - echo "export version=$version" > env - ls -lah - pwd - chmod 0755 sanoid @@ -52,6 +52,7 @@ steps: - cd sanoid - ls -lah - pwd + - source env - echo $version - | curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload |