diff options
author | Antoine GIRARD | 2020-02-16 22:38:54 +0100 |
---|---|---|
committer | GitHub | 2020-02-16 16:38:54 -0500 |
commit | e3cb4f9d0ee25e7bdfd7cc9e6bbe29c6865fce6b (patch) | |
tree | 499df5c72d10d66ab55e2125380679cf26153ae1 | |
parent | 9b7890f1cca2afb456eff91d109ea662cf8268fa (diff) |
fix: set explicit POSTGRES_PASSWORD for pgsql on drone CI (#10303)
-rw-r--r-- | .drone.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.drone.yml b/.drone.yml index a18ef1879..526aa749a 100644 --- a/.drone.yml +++ b/.drone.yml @@ -232,6 +232,7 @@ services: image: postgres:9.5 environment: POSTGRES_DB: test + POSTGRES_PASSWORD: postgres - name: ldap pull: default |