ci: debug
This commit is contained in:
parent
d754860ab3
commit
719464f365
1 changed files with 1 additions and 0 deletions
|
@ -47,5 +47,6 @@ steps:
|
||||||
auth_token:
|
auth_token:
|
||||||
from_secret: httpd-api-server-token
|
from_secret: httpd-api-server-token
|
||||||
commands:
|
commands:
|
||||||
|
- ls -lah
|
||||||
- |
|
- |
|
||||||
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload
|
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version).deb" http://docker10.grote.lan:5040/upload
|
||||||
|
|
Reference in a new issue