diff options
| author | Michael Grote | 2023-06-30 11:51:14 +0200 |
|---|---|---|
| committer | Michael Grote | 2023-06-30 11:51:14 +0200 |
| commit | 3929f5a4a28f2f469832260d6d6a5b5fe46e7c2c (patch) | |
| tree | a75e6adb62cdf897a39a91dfe060387aa01b4d93 /.drone.yml | |
| parent | 86846e177218e5b1880cf38ea8a3b464edb47b47 (diff) | |
ci: debug
Diffstat (limited to '.drone.yml')
| -rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -52,5 +52,6 @@ steps: - cd sanoid - ls -lah - pwd + - echo $version - | curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload |