This commit is contained in:
parent
7ed679734f
commit
4432b2c19d
1 changed files with 2 additions and 2 deletions
|
@ -26,7 +26,7 @@ pipeline:
|
||||||
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- mv dist/*whl publish
|
- mv dist/*whl publish
|
||||||
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- sha256sum *.whl >> publish/SHA256SUMS
|
- sha256sum *.whl >> SHA256SUMS
|
||||||
- cp *.whl ..
|
- cp *.whl ..
|
||||||
|
|
||||||
build_debian:
|
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"
|
- 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}"
|
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- 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
|
||||||
- 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" ..
|
- cp "prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}-1_all.deb" ..
|
||||||
|
|
||||||
upload:
|
upload:
|
||||||
|
|
Loading…
Reference in a new issue