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