fix: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-07-24 23:29:18 +02:00
parent 7ed679734f
commit 4432b2c19d
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -26,7 +26,7 @@ pipeline:
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- mv dist/*whl publish
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- sha256sum *.whl >> publish/SHA256SUMS
- sha256sum *.whl >> SHA256SUMS
- cp *.whl ..
build_debian:
@ -65,7 +65,7 @@ pipeline:
- mv package/debian/prometheus-tlsrpt-exporter.deb "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb"
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- sudo -u nobody lintian "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" || true
- sha256sum "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" >> publish/SHA256SUMS
- sha256sum "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" >> SHA256SUMS
- cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" ..
upload: