diff --git a/.circleci/config.yml b/.circleci/config.yml index bc3add8b..e5d51c4a 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -10,6 +10,9 @@ jobs: ATST_PGHOST: localhost ATST_PGUSER: root ATST_PGDATABASE: circle_test + PGHOST: localhost + PGUSER: root + PGDATABASE: circle_test - image: circleci/postgres:9.6.5-alpine-ram steps: - checkout diff --git a/script/get_db_settings b/script/get_db_settings index c96970a8..da185819 100755 --- a/script/get_db_settings +++ b/script/get_db_settings @@ -5,4 +5,4 @@ source "$(dirname "${0}")"/../script/include/global_header.inc.sh # Run the shared get_db_settings script -source ./script/include/run_get_db_settings.sh +#source ./script/include/run_get_db_settings.sh