summaryrefslogtreecommitdiffstats
path: root/.drone.jsonnet
diff options
context:
space:
mode:
authorJoas Schilling <coding@schilljs.com>2022-03-21 11:28:37 +0100
committerJoas Schilling <coding@schilljs.com>2022-03-21 11:28:37 +0100
commitee37de55485012bb569c5fe35bc766bb1e3dbdb8 (patch)
treeeb705d57eb5ada7b704926415c6340d082efb342 /.drone.jsonnet
parent520df2c7b5c774c1a72b657b46137d0af3c1d314 (diff)
Remove PostgreSQL password set by accident
Signed-off-by: Joas Schilling <coding@schilljs.com>
Diffstat (limited to '.drone.jsonnet')
-rw-r--r--.drone.jsonnet2
1 files changed, 1 insertions, 1 deletions
diff --git a/.drone.jsonnet b/.drone.jsonnet
index 29ff08db6..ee60dc208 100644
--- a/.drone.jsonnet
+++ b/.drone.jsonnet
@@ -101,7 +101,7 @@ local PipelinePostgreSQL(test_set) = Pipeline(
POSTGRES_USER: "oc_autotest",
POSTGRES_DB: "oc_autotest_dummy",
POSTGRES_HOST_AUTH_METHOD: "trust",
- POSTGRES_PASSWORD: "owncloud"
+ POSTGRES_PASSWORD: ""
},
tmpfs: [
"/var/lib/postgresql/data"