From 8461f7dc16452eceb9e472cd3e9ea003b9f4f34a Mon Sep 17 00:00:00 2001 From: Dominic Grimm Date: Sat, 15 Jan 2022 14:45:29 +0100 Subject: [PATCH] Revert "Updated CI" This reverts commit d8f11a67f3939c243f45a5c4200b8f4ac33d027c. --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index ec9fd88..cad9f07 100644 --- a/.drone.yml +++ b/.drone.yml @@ -29,9 +29,9 @@ steps: - name: dockersock path: /var/run/docker.sock commands: - - apt install docker-compose - cp .example.env .env - - docker-compose build --build-arg BUILD_ENV=development backend + - cd docker/ + - docker build --build-arg BUILD_ENV=development backend depends_on: - ameba-backend - pgsanity-backend