mirror of
https://github.com/go-gitea/gitea
synced 2024-12-23 06:27:52 +01:00
fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10303)
This commit is contained in:
parent
9b7890f1cc
commit
e3cb4f9d0e
@ -232,6 +232,7 @@ services:
|
||||
image: postgres:9.5
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
- name: ldap
|
||||
pull: default
|
||||
|
Loading…
Reference in New Issue
Block a user