Fixed ci
Some checks failed
continuous-integration/drone/push Build is failing
continuous-integration/drone Build is passing

This commit is contained in:
Dominic Grimm 2022-01-29 16:59:42 +01:00
parent 43cc1b9cb9
commit 9f7f5d2460

View file

@ -35,7 +35,6 @@ steps:
path: /var/run/docker.sock
commands:
- cp .example.env .env
- cd docker/
- docker-compose build --build-arg BUILD_ENV=development backend
depends_on:
- ameba
@ -64,7 +63,6 @@ steps:
path: /var/run/docker.sock
commands:
- cp .example.env .env
- cd docker/
- docker-compose build --build-arg BUILD_ENV=development frontend
depends_on:
- prettier