diff --git a/.drone.yml b/.drone.yml index a35cf96..73273f5 100644 --- a/.drone.yml +++ b/.drone.yml @@ -32,6 +32,8 @@ steps: - name: wait_for_postgres image: docker.io/library/postgres:17.2 + depends_on: + - postgres commands: # Wait for postgres to become available - |