homeserver/.drone.yml
mg 135bd53414 k3s - Basics (#423)
Co-authored-by: Michael Grote <michael.grote@posteo.de>
Reviewed-on: #423
2022-11-04 20:58:37 +01:00

19 lines
349 B
YAML

---
kind: pipeline
type: kubernetes
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 .