From bef746ae7b215db78be088657bbfaf47c774f943 Mon Sep 17 00:00:00 2001 From: Azul Date: Mon, 8 Aug 2016 10:25:54 +0200 Subject: [ci] setup couch for gitlab Couch docker image will be available on the host called couchdb. So we use curl to check for it and display the version string. And then we move a couchdb.yml config file into place so the right host will be used. --- test/config/gitlab/couchdb.yml | 4 ++++ 1 file changed, 4 insertions(+) create mode 100644 test/config/gitlab/couchdb.yml (limited to 'test/config/gitlab/couchdb.yml') diff --git a/test/config/gitlab/couchdb.yml b/test/config/gitlab/couchdb.yml new file mode 100644 index 0000000..5d4f71f --- /dev/null +++ b/test/config/gitlab/couchdb.yml @@ -0,0 +1,4 @@ +test: + auto_update_design_doc: false + host: "couchdb" + prefix: "" -- cgit v1.2.3 From 75c037e5d6d8b8f2b98477bdd0359f5687bd7517 Mon Sep 17 00:00:00 2001 From: Azul Date: Fri, 12 Aug 2016 23:10:50 +0200 Subject: [ci] use default db prefix on gitlab and travis This makes writing the tests for database names easier as they should be the same strings on gitlab, travis and locally. --- test/config/gitlab/couchdb.yml | 1 - 1 file changed, 1 deletion(-) (limited to 'test/config/gitlab/couchdb.yml') diff --git a/test/config/gitlab/couchdb.yml b/test/config/gitlab/couchdb.yml index 5d4f71f..68761dc 100644 --- a/test/config/gitlab/couchdb.yml +++ b/test/config/gitlab/couchdb.yml @@ -1,4 +1,3 @@ test: auto_update_design_doc: false host: "couchdb" - prefix: "" -- cgit v1.2.3