Merge pull request #7786 from nupplaphil/task/improve_drone_io

[Drone.io] Add node info for better routing
This commit is contained in:
Tobias Diekershoff 2019-10-29 06:47:28 +01:00 committed by GitHub
commit 8262e82e27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 18 additions and 0 deletions

View File

@ -12,6 +12,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mysql
node:
test: db
services:
- name: mysql
image: mysql:8.0
@ -52,6 +55,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mysql
node:
test: db
services:
- name: mysql
image: mysql:8.0
@ -92,6 +98,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mysql
node:
test: db
services:
- name: mysql
image: mysql:8.0
@ -137,6 +146,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mariadb
node:
test: db
services:
- name: mariadb
image: mariadb:10.1
@ -176,6 +188,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mariadb
node:
test: db
services:
- name: mariadb
image: mariadb:10.1
@ -215,6 +230,9 @@ steps:
MYSQL_DATABASE: friendica
MYSQL_HOST: mariadb
node:
test: db
services:
- name: mariadb
image: mariadb:10.1