fix(ci): deb upload
This commit is contained in:
parent
fcf8736f07
commit
34b3007460
1 changed files with 2 additions and 3 deletions
|
@ -81,7 +81,6 @@ pipeline:
|
|||
- sudo -u nobody lintian "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" || true
|
||||
- >-
|
||||
curl
|
||||
-u "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}"
|
||||
-XPUT
|
||||
--data-binary "@prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb"
|
||||
--user "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}"
|
||||
--upload-file "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb"
|
||||
$${GITEA_API_REPOSITORY_DEB}
|
||||
|
|
Loading…
Reference in a new issue