Test Drone configuration
This commit is contained in:
parent
42f9a5be84
commit
c8e4738e58
1 changed files with 9 additions and 0 deletions
9
.drone.yml
Normal file
9
.drone.yml
Normal file
|
@ -0,0 +1,9 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: check
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: check-config
|
||||||
|
image: docker
|
||||||
|
commands:
|
||||||
|
- docker-compose config
|
Loading…
Reference in a new issue