drone. Adding .drone.yml CI configuration and build badge to README.md.
Some checks failed
continuous-integration/drone/push Build is failing
Some checks failed
continuous-integration/drone/push Build is failing
This commit is contained in:
parent
8720253e78
commit
b4d565a454
10
.drone.yml
Normal file
10
.drone.yml
Normal file
|
@ -0,0 +1,10 @@
|
||||||
|
kind: pipeline
|
||||||
|
type: docker
|
||||||
|
name: default
|
||||||
|
|
||||||
|
steps:
|
||||||
|
- name: validate
|
||||||
|
image: 'docker/compose:1.29.2'
|
||||||
|
commands:
|
||||||
|
- for DIR in */ ; do if [[ $DIR == _* ]] ; then continue; fi && test -f $DIR/.env.dist && cp $DIR/.env.dist $DIR/.env ; done
|
||||||
|
- for DIR in */ ; do if [[ $DIR == _* ]] ; then continue; fi && echo $DIR && cd $DIR && docker-compose config && cd .. ; done
|
Loading…
Reference in a new issue