From a52fb036028ab8af4015de2c16a8848192766a8a Mon Sep 17 00:00:00 2001 From: Laszlo Fogas Date: Thu, 30 May 2019 11:15:54 +0200 Subject: [PATCH] Making builds work on k8s backend --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index da483d717..f85a8aea8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -142,10 +142,12 @@ pipeline: services: postgres: image: postgres:9.6 + ports: ["5432"] environment: - POSTGRES_USER=postgres mysql: image: mysql:5.6.27 + ports: ["3306"] environment: - MYSQL_DATABASE=test - MYSQL_ALLOW_EMPTY_PASSWORD=yes