parent
b573b4cb85
commit
4dd9498811
1 changed files with 2 additions and 8 deletions
|
@ -6,10 +6,7 @@ steps:
|
||||||
- python3 .ci/port_attribution_watcher.py
|
- python3 .ci/port_attribution_watcher.py
|
||||||
- python3 .ci/traefik_labels_watcher.py
|
- python3 .ci/traefik_labels_watcher.py
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: [push, pull_request]
|
||||||
repo: gnouseu/docker-services
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
lint:
|
lint:
|
||||||
image: debian:stable-slim
|
image: debian:stable-slim
|
||||||
commands:
|
commands:
|
||||||
|
@ -19,7 +16,4 @@ steps:
|
||||||
- chmod +x /usr/local/bin/docker-compose
|
- chmod +x /usr/local/bin/docker-compose
|
||||||
- sh .ci/lint.sh
|
- sh .ci/lint.sh
|
||||||
when:
|
when:
|
||||||
- event: pull_request
|
- event: [push, pull_request]
|
||||||
repo: gnouseu/docker-services
|
|
||||||
- event: push
|
|
||||||
branch: main
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue