Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error
Some checks reported errors
continuous-integration/drone/push Build encountered an error
This commit is contained in:
parent
e137bc11aa
commit
c8d0058452
1 changed files with 4 additions and 8 deletions
12
.drone.yml
12
.drone.yml
|
@ -1,12 +1,8 @@
|
|||
kind: pipeline
|
||||
name: lint
|
||||
name: docker-compose-lint
|
||||
|
||||
steps:
|
||||
{{#each services}}
|
||||
- name: lint-${{ normalize . }}
|
||||
image: docker/compose:1.29.2
|
||||
- name: lint
|
||||
image: drone/compose-lint:latest
|
||||
commands:
|
||||
- cd ./${{ normalize . }}
|
||||
- docker-compose config --quiet
|
||||
- docker-compose config
|
||||
{{/each}}
|
||||
- compose-lint .
|
||||
|
|
Reference in a new issue