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
|
kind: pipeline
|
||||||
name: lint
|
name: docker-compose-lint
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
{{#each services}}
|
- name: lint
|
||||||
- name: lint-${{ normalize . }}
|
image: drone/compose-lint:latest
|
||||||
image: docker/compose:1.29.2
|
|
||||||
commands:
|
commands:
|
||||||
- cd ./${{ normalize . }}
|
- compose-lint .
|
||||||
- docker-compose config --quiet
|
|
||||||
- docker-compose config
|
|
||||||
{{/each}}
|
|
||||||
|
|
Reference in a new issue