This commit is contained in:
parent
a99c7d2fd0
commit
966fe8afb2
1 changed files with 1 additions and 0 deletions
|
@ -22,6 +22,7 @@ pipeline:
|
|||
image: python:3.11-bookworm
|
||||
group: package
|
||||
commands:
|
||||
- export EXPORTER_VERSION=$(python3 -c 'import tlsrpt_exporter; print(tlsrpt_exporter.__version__)')
|
||||
- python3 setup.py egg_info bdist_wheel
|
||||
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||
- mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||
|
|
Loading…
Reference in a new issue