From a9fc04483762b717ad254cfb100ee6ca0cb19d21 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Acid=20Chicken=20=28=E7=A1=AB=E9=85=B8=E9=B6=8F=29?= Date: Tue, 2 Jul 2019 00:36:36 +0900 Subject: [PATCH] Use misskey instead of test-misskey --- .circleci/config.yml | 4 ++-- .circleci/v10-node10-redis/test.yml | 2 +- .circleci/v10-node10/test.yml | 2 +- .circleci/v10-node11-redis/test.yml | 2 +- .circleci/v10-node11/test.yml | 2 +- .circleci/v11-node11/test.yml | 2 +- .circleci/v11-node12/test.yml | 2 +- 7 files changed, 8 insertions(+), 8 deletions(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index f30872829..78b876238 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -8,7 +8,7 @@ executors: - image: circleci/postgres:latest environment: POSTGRES_USER: syuilo - POSTGRES_DB: test-misskey + POSTGRES_DB: misskey - image: circleci/redis:latest v11-node11: working_directory: /tmp/605d145e08d777510640c4509145d45489e9b83b3ae630dda16370ce0cb38947 @@ -17,7 +17,7 @@ executors: - image: circleci/postgres:latest environment: POSTGRES_USER: syuilo - POSTGRES_DB: test-misskey + POSTGRES_DB: misskey - image: circleci/redis:latest v10-node11: working_directory: /tmp/605d145e08d777510640c4509145d45489e9b83b3ae630dda16370ce0cb38947 diff --git a/.circleci/v10-node10-redis/test.yml b/.circleci/v10-node10-redis/test.yml index 805f53dbc..c842431d2 100644 --- a/.circleci/v10-node10-redis/test.yml +++ b/.circleci/v10-node10-redis/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v10-node10/test.yml b/.circleci/v10-node10/test.yml index f0cd3a916..ab0fc53fd 100644 --- a/.circleci/v10-node10/test.yml +++ b/.circleci/v10-node10/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v10-node11-redis/test.yml b/.circleci/v10-node11-redis/test.yml index 2e9d578fd..bb5ac7ee7 100644 --- a/.circleci/v10-node11-redis/test.yml +++ b/.circleci/v10-node11-redis/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' # __REDIS__ diff --git a/.circleci/v10-node11/test.yml b/.circleci/v10-node11/test.yml index f0cd3a916..ab0fc53fd 100644 --- a/.circleci/v10-node11/test.yml +++ b/.circleci/v10-node11/test.yml @@ -3,7 +3,7 @@ port: 80 mongodb: host: localhost port: 27017 - db: test-misskey + db: misskey user: syuilo pass: '' drive: diff --git a/.circleci/v11-node11/test.yml b/.circleci/v11-node11/test.yml index 4db0d0fec..fbd971748 100644 --- a/.circleci/v11-node11/test.yml +++ b/.circleci/v11-node11/test.yml @@ -3,7 +3,7 @@ port: 80 db: host: localhost port: 5432 - db: test-misskey + db: misskey user: syuilo pass: '' redis: diff --git a/.circleci/v11-node12/test.yml b/.circleci/v11-node12/test.yml index 4db0d0fec..fbd971748 100644 --- a/.circleci/v11-node12/test.yml +++ b/.circleci/v11-node12/test.yml @@ -3,7 +3,7 @@ port: 80 db: host: localhost port: 5432 - db: test-misskey + db: misskey user: syuilo pass: '' redis: