paulbsd-salt/.drone.yml
2022-06-08 23:48:48 +02:00

14 lines
215 B
YAML

---
kind: pipeline
type: docker
name: default
steps:
- name: Salt lint
image: python
commands:
- apt-get update -y
- apt-get upgrade -y
- pip3 install salt-lint
- salt-lint states