Merge pull request #176 from CartoDB/test-env
debug env vars for ci environment
This commit is contained in:
commit
fa4488b7d3
@ -4,11 +4,15 @@
|
|||||||
export TZ='Europe/Rome'
|
export TZ='Europe/Rome'
|
||||||
export PGAPPNAME='cartodb_sqlapi_tester'
|
export PGAPPNAME='cartodb_sqlapi_tester'
|
||||||
|
|
||||||
|
export
|
||||||
|
|
||||||
# In case PGUSER env variable does not exist we attempt to use `postgres`
|
# In case PGUSER env variable does not exist we attempt to use `postgres`
|
||||||
if test x"${PGUSER}" = x; then
|
if test x"${PGUSER}" = x; then
|
||||||
PGUSER=postgres
|
PGUSER=postgres
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
export
|
||||||
|
|
||||||
OPT_CREATE_PGSQL=yes # create/prepare the postgresql test database
|
OPT_CREATE_PGSQL=yes # create/prepare the postgresql test database
|
||||||
OPT_CREATE_REDIS=yes # create/prepare the redis test databases
|
OPT_CREATE_REDIS=yes # create/prepare the redis test databases
|
||||||
OPT_DROP_PGSQL=yes # drop the postgreql test environment
|
OPT_DROP_PGSQL=yes # drop the postgreql test environment
|
||||||
|
Loading…
Reference in New Issue
Block a user