From 99ef3bff321485c4c077a9150e249030462dd383 Mon Sep 17 00:00:00 2001 From: Lunny Xiao Date: Tue, 15 Sep 2020 22:42:30 +0800 Subject: [PATCH] Fix ci --- .drone.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 788da458..34b9a514 100644 --- a/.drone.yml +++ b/.drone.yml @@ -215,7 +215,7 @@ steps: - test-postgres-schema environment: TEST_PGSQL_HOST: pgsql - TEST_PGSQL_DBNAME: pgx_test + TEST_PGSQL_DBNAME: xorm_test TEST_PGSQL_USERNAME: postgres TEST_PGSQL_PASSWORD: postgres commands: @@ -234,7 +234,7 @@ steps: environment: TEST_PGSQL_HOST: pgsql TEST_PGSQL_SCHEMA: xorm - TEST_PGSQL_DBNAME: pgx_test + TEST_PGSQL_DBNAME: xorm_test TEST_PGSQL_USERNAME: postgres TEST_PGSQL_PASSWORD: postgres commands: