mirror of
https://github.com/go-gitea/gitea.git
synced 2025-05-01 05:48:49 +03:00
fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10302)
This commit is contained in:
@ -229,6 +229,7 @@ services:
|
||||
image: postgres:9.5
|
||||
environment:
|
||||
POSTGRES_DB: test
|
||||
POSTGRES_PASSWORD: postgres
|
||||
|
||||
- name: ldap
|
||||
pull: default
|
||||
|
Reference in New Issue
Block a user