Fix Drone CI services syntax.
This commit is contained in:
parent
9f821862b7
commit
01e2cf08d1
2 changed files with 6 additions and 6 deletions
10
.drone.yml
10
.drone.yml
|
@ -3,7 +3,7 @@ kind: pipeline
|
|||
name: python-3-5-alpine-3-10
|
||||
|
||||
services:
|
||||
database:
|
||||
- name: postgresql
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
@ -22,7 +22,7 @@ kind: pipeline
|
|||
name: python-3-6-alpine-3-10
|
||||
|
||||
services:
|
||||
database:
|
||||
- name: postgresql
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
@ -41,7 +41,7 @@ kind: pipeline
|
|||
name: python-3-7-alpine-3-10
|
||||
|
||||
services:
|
||||
database:
|
||||
- name: postgresql
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
@ -60,7 +60,7 @@ kind: pipeline
|
|||
name: python-3-7-alpine-3-7
|
||||
|
||||
services:
|
||||
database:
|
||||
- name: postgresql
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
@ -79,7 +79,7 @@ kind: pipeline
|
|||
name: python-3-8-alpine-3-10
|
||||
|
||||
services:
|
||||
database:
|
||||
- name: postgresql
|
||||
image: postgres:11.5
|
||||
ports:
|
||||
- "5432:5432"
|
||||
|
|
|
@ -26,7 +26,7 @@ storage:
|
|||
hooks:
|
||||
postgresql_databases:
|
||||
- name: test
|
||||
hostname: localhost
|
||||
hostname: postgresql
|
||||
username: postgres
|
||||
password: test
|
||||
'''.format(config_path, repository_path, borgmatic_source_directory)
|
||||
|
|
Loading…
Reference in a new issue