Update .drone.yml
Some checks reported errors
continuous-integration/drone/push Build encountered an error

This commit is contained in:
Matt Reeves 2024-02-13 06:05:43 +00:00
parent d459f165ea
commit 2cca8d4cbc

View file

@ -1,19 +1,10 @@
---
kind: pipeline
type: docker
name: lint-docker-compose
trigger:
event:
- push
- pull_request
platform:
os: linux
arch: amd64
name: lint
steps:
- name: lint-docker-compose
image: docker/compose:1.29.2
- name: lint
image: hadolint/hadolint
commands:
- docker-compose -f docker-compose.yml config
- hadolint **/docker-compose.yml