Revert "Updated CI"

This reverts commit d8f11a67f3.
This commit is contained in:
Dominic Grimm 2022-01-15 14:45:29 +01:00
parent d8f11a67f3
commit 8461f7dc16

View file

@ -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