From 5e87dbb7872af3193f5f98140a2b2d88a1f383ef Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Mon, 10 Jan 2022 13:51:13 +0100 Subject: [PATCH] Updated ci --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index a69bdd5..3ed4d01 100644 --- a/.drone.yml +++ b/.drone.yml @@ -20,6 +20,8 @@ steps: - cp .example.env .env - cd docker/ - docker build --build-arg BUILD_ENV=development backend + depends_on: + - sql volumes: - name: dockersock