Temp disable DB vars from ini files
This commit is contained in:
parent
d58b677dad
commit
d4fd1abf61
@ -10,6 +10,9 @@ jobs:
|
|||||||
ATST_PGHOST: localhost
|
ATST_PGHOST: localhost
|
||||||
ATST_PGUSER: root
|
ATST_PGUSER: root
|
||||||
ATST_PGDATABASE: circle_test
|
ATST_PGDATABASE: circle_test
|
||||||
|
PGHOST: localhost
|
||||||
|
PGUSER: root
|
||||||
|
PGDATABASE: circle_test
|
||||||
- image: circleci/postgres:9.6.5-alpine-ram
|
- image: circleci/postgres:9.6.5-alpine-ram
|
||||||
steps:
|
steps:
|
||||||
- checkout
|
- checkout
|
||||||
|
@ -5,4 +5,4 @@
|
|||||||
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
source "$(dirname "${0}")"/../script/include/global_header.inc.sh
|
||||||
|
|
||||||
# Run the shared get_db_settings script
|
# Run the shared get_db_settings script
|
||||||
source ./script/include/run_get_db_settings.sh
|
#source ./script/include/run_get_db_settings.sh
|
||||||
|
Loading…
x
Reference in New Issue
Block a user