docker-stacks/.gitlab-ci.yml

5 lines
161 B
YAML
Raw Normal View History

2022-01-27 00:12:18 +00:00
validate:
image: 'docker/compose:1.29.2'
script:
- for DIR in */ ; do echo $DIR && cd $DIR && cp .env.dist .env && docker-compose config && cd .. ; done