fix: ci
Some checks failed
/ test (push) Successful in 1m1s
/ codestyle (push) Successful in 1m0s
/ build_wheel (push) Failing after 1m20s
/ build_debian (push) Failing after 2m29s

This commit is contained in:
s3lph 2023-12-19 02:48:00 +01:00
parent e9dc8feb54
commit b3e7e19a11
Signed by: s3lph
GPG key ID: 0AA29A52FB33CFB5

View file

@ -16,7 +16,7 @@ jobs:
apt update; apt install -y python3-pip apt update; apt install -y python3-pip
pip3 install --break-system-packages -e .[test] pip3 install --break-system-packages -e .[test]
python3 setup.py egg_info bdist_wheel python3 setup.py egg_info bdist_wheel
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v1 - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-wheel-package-upload@v2
build_debian: build_debian:
runs-on: docker runs-on: docker
@ -26,12 +26,12 @@ jobs:
run: | run: |
mkdir -p package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter 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/ cp -r templates/ package/debian/prometheus-tlsrpt-exporter/usr/share/prometheus-tlsrpt-exporter/templates/
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v2
with: with:
python_module: tlsrpt_exporter python_module: tlsrpt_exporter
package_name: prometheus-tlsrpt-exporter package_name: prometheus-tlsrpt-exporter
package_root: package/debian/prometheus-tlsrpt-exporter package_root: package/debian/prometheus-tlsrpt-exporter
package_output_path: package/debian package_output_path: package/debian
- uses: https://git.kabelsalat.ch/s3lph/forgejo-action-python-debian-package@v1 - uses: https://git.kabelsalat.ch/s3lph/forgejo-action-debian-package-upload@v2
with: with:
deb: "package/debian/*.deb" deb: "package/debian/*.deb"