From abd31a94fb0bcc0f37632f0a88c9d8712d5ab79d Mon Sep 17 00:00:00 2001 From: Dan Helfman Date: Tue, 10 Dec 2019 16:47:09 -0800 Subject: [PATCH] Ports fix? --- .drone.yml | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/.drone.yml b/.drone.yml index 426c0292a..f929564fb 100644 --- a/.drone.yml +++ b/.drone.yml @@ -5,8 +5,6 @@ name: python-3-5-alpine-3-10 services: - name: postgresql image: postgres:11.5 - ports: - - "5432:5432" environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -24,8 +22,6 @@ name: python-3-6-alpine-3-10 services: - name: postgresql image: postgres:11.5 - ports: - - "5432:5432" environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -43,8 +39,6 @@ name: python-3-7-alpine-3-10 services: - name: postgresql image: postgres:11.5 - ports: - - "5432:5432" environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -62,8 +56,6 @@ name: python-3-7-alpine-3-7 services: - name: postgresql image: postgres:11.5 - ports: - - "5432:5432" environment: POSTGRES_PASSWORD: test POSTGRES_DB: test @@ -81,8 +73,6 @@ name: python-3-8-alpine-3-10 services: - name: postgresql image: postgres:11.5 - ports: - - "5432:5432" environment: POSTGRES_PASSWORD: test POSTGRES_DB: test