Browse Source
fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10302)
for-closed-social
Antoine GIRARD
4 years ago
committed by
GitHub
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
1 additions and
0 deletions
-
.drone.yml
|
|
@ -229,6 +229,7 @@ services: |
|
|
|
image: postgres:9.5 |
|
|
|
environment: |
|
|
|
POSTGRES_DB: test |
|
|
|
POSTGRES_PASSWORD: postgres |
|
|
|
|
|
|
|
- name: ldap |
|
|
|
pull: default |
|
|
|