diff --git a/.drone.yml b/.drone.yml index e31fe2f..796e52d 100644 --- a/.drone.yml +++ b/.drone.yml @@ -37,10 +37,11 @@ steps: from_secret: POSTGRES_USER depends_on: - build-and-push-database + - name: debug-containers image: docker:20.10 environment: - - DOCKER_HOST=tcp://localhost:2375 + DOCKER_HOST: tcp://localhost:2375 commands: - dockerd --host=tcp://0.0.0.0:2375 & - sleep 5 # Attendre que Docker démarre