fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10303)

This commit is contained in:
Antoine GIRARD 2020-02-16 22:38:54 +01:00 committed by GitHub
parent 9b7890f1cc
commit e3cb4f9d0e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -232,6 +232,7 @@ services:
image: postgres:9.5
environment:
POSTGRES_DB: test
POSTGRES_PASSWORD: postgres
- name: ldap
pull: default