ci: fix path
This commit is contained in:
parent
d37fa6826a
commit
99f6198d8a
1 changed files with 1 additions and 0 deletions
|
@ -24,6 +24,7 @@ steps:
|
|||
- ln -s packages/debian .
|
||||
- dpkg-buildpackage -uc -us
|
||||
# upload
|
||||
- cd ..
|
||||
- cp sanoid_$(echo $version)_all.deb sanoid_latest_all.deb
|
||||
- |
|
||||
curl -X POST -H "token: $auth_token" -F "file=@./sanoid_$(echo $version)_all.deb" http://docker10.grote.lan:5040/upload
|
||||
|
|
Reference in a new issue