Making builds work on k8s backend

This commit is contained in:
Laszlo Fogas 2019-05-30 11:15:54 +02:00
parent 9ede43b0ec
commit a52fb03602

View file

@ -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