This commit is contained in:
Mael G. 2025-01-06 21:32:33 +01:00
parent 4dd9498811
commit 315f961731

View file

@ -1,14 +1,12 @@
steps:
check_ports_labels:
image: python:3.12-slim
image: python:3.12
commands:
- pip3 install -r .ci/requirements.txt
- python3 .ci/port_attribution_watcher.py
- python3 .ci/traefik_labels_watcher.py
when:
- event: [push, pull_request]
- python3 .ci/traefik_label_watcher.py
lint:
image: debian:stable-slim
image: debian:stable
commands:
- apt-get update
- apt-get install -y curl