Update .drone.yml
Some checks failed
continuous-integration/drone/push Build is failing

This commit is contained in:
Matt Reeves 2024-02-13 05:06:50 +00:00
parent 00fcd850c2
commit 6d7b4f106f

View file

@ -1,19 +1,9 @@
kind: pipeline kind: pipeline
type: docker name: lint
name: default
trigger:
event:
- push
- tag
platform:
os: linux
arch: amd64
steps: steps:
- name: update-docker-images - name: lint-docker-compose
image: docker image: docker/compose:1.29.2
commands: commands:
- docker compose pull - docker-compose -f docker-compose.yml config --quiet
- docker compose up -d --remove-orphans - docker-compose -f docker-compose.yml config