This commit is contained in:
parent
4432b2c19d
commit
191ab8ab9c
1 changed files with 1 additions and 1 deletions
|
@ -24,7 +24,7 @@ pipeline:
|
||||||
commands:
|
commands:
|
||||||
- python3 setup.py egg_info bdist_wheel
|
- python3 setup.py egg_info bdist_wheel
|
||||||
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
- mkdir -p "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- mv dist/*whl publish
|
- mv dist/*whl "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
- cd "publish/prometheus-tlsrpt-exporter_$${EXPORTER_VERSION}"
|
||||||
- sha256sum *.whl >> SHA256SUMS
|
- sha256sum *.whl >> SHA256SUMS
|
||||||
- cp *.whl ..
|
- cp *.whl ..
|
||||||
|
|
Loading…
Reference in a new issue