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
|
- sudo -u nobody lintian "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" || true
|
||||||
- >-
|
- >-
|
||||||
curl
|
curl
|
||||||
-u "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}"
|
--user "$${GITEA_API_USERNAME}:$${GITEA_API_PASSWORD}"
|
||||||
-XPUT
|
--upload-file "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb"
|
||||||
--data-binary "@prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb"
|
|
||||||
$${GITEA_API_REPOSITORY_DEB}
|
$${GITEA_API_REPOSITORY_DEB}
|
||||||
|
|
Loading…
Reference in a new issue