[libgda: 2/4] CI: Fixing password string
- From: Daniel Espinosa Ortiz <despinosa src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [libgda: 2/4] CI: Fixing password string
- Date: Sun, 23 Dec 2018 15:04:36 +0000 (UTC)
commit 3013e9e54f1fb880bd162031b9172566ad28e4fd
Author: Pavlo Solntsev <p sun fun gmail com>
Date: Tue Dec 18 16:01:52 2018 -0600
CI: Fixing password string
.gitlab-ci.yml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/.gitlab-ci.yml b/.gitlab-ci.yml
index 37478c89b..e495e2ce1 100644
--- a/.gitlab-ci.yml
+++ b/.gitlab-ci.yml
@@ -40,8 +40,8 @@ variables:
postgresql-client-common
GIT_SUBMODULE_STRATEGY: normal
- POSTGRESQL_DBCREATE_PARAMS: "HOST=postgres;PORT=5432;ADM_LOGIN=test;ADM_PASSWORD='test1'"
- POSTGRESQL_CNC_PARAMS: "HOST=postgres;USERNAME=test;PASSWORD='test1'"
+ POSTGRESQL_DBCREATE_PARAMS: "HOST=postgres;PORT=5432;ADM_LOGIN=test;ADM_PASSWORD=test1"
+ POSTGRESQL_CNC_PARAMS: "HOST=postgres;USERNAME=test;PASSWORD=test1"
before_script:
- apt update && apt -y install $DEPENDENCIES
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]