Testing to clean up docker stuff before running tests
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
Lilleman auf Larv 2022-02-27 20:11:41 +01:00
parent 0fe1e00737
commit c9871c817a

View File

@ -9,6 +9,7 @@ steps:
- name: docker-sock
path: /var/run/docker.sock
commands:
- docker-compose down -v --remove-orphans -t0
- docker-compose build
- docker-compose --profile tests build
- docker-compose run --rm db-migrations
@ -36,6 +37,7 @@ steps:
- name: docker-sock
path: /var/run/docker.sock
commands:
- docker-compose down -v --remove-orphans -t0
- docker-compose build
- docker-compose --profile tests build
- docker-compose run --rm db-migrations