Temp disable DB vars from ini files

This commit is contained in:
Devon Mackay 2018-08-30 13:51:01 -04:00
parent d58b677dad
commit d4fd1abf61
2 changed files with 4 additions and 1 deletions

View File

@ -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

View File

@ -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