fix: ci
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed

This commit is contained in:
s3lph 2023-07-23 20:33:08 +02:00
parent 1ad8365bf2
commit bbd1bfabf4
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -30,7 +30,7 @@ pipeline:
image: python:3.11-bookworm
group: package
commands:
- apt update; apt install lintian
- apt update; apt install -y lintian
- export EXPORTER_VERSION=$(python3 -c 'import tlsrpt_exporter; print(tlsrpt_exporter.__version__)')
- mkdir -p package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter
- cp -r templates/ package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter/templates/