added .drone.yml
This commit is contained in:
parent
4cb3cc6d49
commit
1392cf0c20
13
.drone.yml
Normal file
13
.drone.yml
Normal file
@ -0,0 +1,13 @@
|
||||
---
|
||||
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
|
Loading…
Reference in New Issue
Block a user