cloudnet-compose/.drone.yml
Torma Kristóf 06032d6b64
All checks were successful
continuous-integration/drone/push Build is passing
rename drone config
2020-05-09 23:03:21 +02:00

14 lines
250 B
YAML

kind: pipeline
type: docker
name: default
steps:
- name: compose_validate
image: ubuntu
commands:
- apt-get update && apt-get install --no-install-recommends -y docker-compose
- docker-compose config --services
trigger:
branch:
- master