homeserver/.drone.yml
mg 9ea7b881fc drone: allow Webhook + Feintuning (#393)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: mg/ansible#393
2022-07-23 10:59:46 +02:00

19 lines
345 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: run gitleaks
image: plugins/gitleaks
settings:
path: .
- name: lint
image: pipelinecomponents/ansible-lint
environment:
http_proxy: http://acng.grote.lan:9999
DEBIAN_FRONTEND: noninteractive
commands:
- ansible-lint --show-relpath .