drone. Adding .drone.yml CI configuration and build badge to README.md.
continuous-integration/drone/push Build is failing Details

This commit is contained in:
Alexey Skobkin 2022-03-29 16:51:14 +03:00
parent 8720253e78
commit b4d565a454
2 changed files with 12 additions and 0 deletions

10
.drone.yml Normal file
View 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

View File

@ -1,3 +1,5 @@
[![Build Status](https://ci.skobk.in/api/badges/skobkin/docker-stacks/status.svg)](https://ci.skobk.in/skobkin/docker-stacks)
# Docker Compose config collection
## How to set up?