This commit is contained in:
parent
3f9ad5a729
commit
a99c7d2fd0
1 changed files with 2 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue