Testing to clean up docker stuff before running tests
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0fe1e00737
commit
c9871c817a
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue
Block a user