From ad0365b208f5ff2635fd154e0cb59d75bb9493b6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torma=20Krist=C3=B3f?= Date: Mon, 9 Mar 2020 17:34:43 +0100 Subject: [PATCH] add drone config --- .drone.yml | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 .drone.yml diff --git a/.drone.yml b/.drone.yml new file mode 100644 index 0000000..7cd8e35 --- /dev/null +++ b/.drone.yml @@ -0,0 +1,10 @@ +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