encore un
continuous-integration/drone/push Build is failing Details

master
Maxime ROCHER 5 months ago
parent 8d77f4eda6
commit e5f65eb52a

@ -37,10 +37,11 @@ steps:
from_secret: POSTGRES_USER from_secret: POSTGRES_USER
depends_on: depends_on:
- build-and-push-database - build-and-push-database
- name: debug-containers - name: debug-containers
image: docker:20.10 image: docker:20.10
environment: environment:
- DOCKER_HOST=tcp://localhost:2375 DOCKER_HOST: tcp://localhost:2375
commands: commands:
- dockerd --host=tcp://0.0.0.0:2375 & - dockerd --host=tcp://0.0.0.0:2375 &
- sleep 5 # Attendre que Docker démarre - sleep 5 # Attendre que Docker démarre

Loading…
Cancel
Save