encore un
continuous-integration/drone/push Build encountered an error Details

master
Maxime ROCHER 5 months ago
parent 49ec5fcd5b
commit ce56fddef8

@ -37,3 +37,11 @@ steps:
from_secret: POSTGRES_USER from_secret: POSTGRES_USER
depends_on: depends_on:
- build-and-push-database - build-and-push-database
- name: list-containers
image: docker:20.10
volumes:
- /var/run/docker.sock:/var/run/docker.sock
commands:
- docker ps -a

Loading…
Cancel
Save