diff --git a/.drone.yml b/.drone.yml index 85ab33e..cd7e480 100644 --- a/.drone.yml +++ b/.drone.yml @@ -36,14 +36,4 @@ steps: CODEFIRST_CLIENTDRONE_ENV_POSTGRES_USER: from_secret: POSTGRES_USER depends_on: - - build-and-push-database - - - name: debug-containers - image: docker:20.10-dind - privileged: true - environment: - DOCKER_HOST: tcp://localhost:2375 - commands: - - dockerd --host=tcp://0.0.0.0:2375 & - - sleep 5 # Attendre que Docker démarre - - docker ps -a + - build-and-push-database \ No newline at end of file