validate compose file
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Torma Kristóf 2020-02-01 22:17:20 +01:00
parent 6adb581ff4
commit ef30ebc8af
Signed by: tormakris
GPG Key ID: DC83C4F2C41B1047

13
.drone.yml Normal file
View File

@ -0,0 +1,13 @@
kind: pipeline
type: docker
name: default
steps:
- name: html_validate
image: ubuntu
commands:
- apt-get update && apt-get install -y docker-compose
- docker-compose config --services
trigger:
branch:
- master