1
1
mirror of https://github.com/go-gitea/gitea synced 2024-06-02 09:25:48 +00:00

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

This commit is contained in:
Antoine GIRARD 2020-02-16 21:46:29 +01:00 committed by GitHub
parent cdda5c4b90
commit 5a46ec647b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

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