fix: ci
All checks were successful
ci/woodpecker/push/woodpecker Pipeline was successful

This commit is contained in:
s3lph 2023-07-24 23:34:13 +02:00
parent 3f9ad5a729
commit a99c7d2fd0
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -27,7 +27,7 @@ pipeline:
- mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
- sha256sum *.whl >> SHA256SUMS
- cp *.whl ..
- cp *.whl ../prometheus-tlsrpt-exporter.whl
build_debian:
image: python:3.11-bookworm
@ -66,7 +66,7 @@ pipeline:
- 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" >> SHA256SUMS
- cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" ..
- cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" ../prometheus-tlsrpt-exporter.deb
upload:
image: woodpeckerci/plugin-s3