fix: ci
This commit is contained in:
parent
8c40516a25
commit
a2d3c33c6a
1 changed files with 2 additions and 2 deletions
|
@ -70,6 +70,6 @@ jobs:
|
|||
mv "prometheus-tlsrpt-exporter.deb" "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
|
||||
sudo -u nobody lintian "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb" || true
|
||||
curl \
|
||||
--user "${API_USERNAME}:${API_PASSWORD}"
|
||||
--upload-file "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb"
|
||||
--user "${API_USERNAME}:${API_PASSWORD}" \
|
||||
--upload-file "prometheus-tlsrpt-exporter_${EXPORTER_VERSION}-1_all.deb" \
|
||||
${API_REPOSITORY_DEB}
|
||||
|
|
Loading…
Reference in a new issue