ci: fix remaining ietf db name references
This commit is contained in:
parent
9a2fa59977
commit
d1ae52de9b
|
@ -9,7 +9,7 @@ DATABASES = {
|
|||
'default': {
|
||||
'HOST': '__DBHOST__',
|
||||
'PORT': 5432,
|
||||
'NAME': 'ietf',
|
||||
'NAME': 'datatracker',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'USER': 'django',
|
||||
'PASSWORD': 'RkTkDPFnKpko',
|
||||
|
|
|
@ -24,7 +24,7 @@ chmod +x ./app-create-dirs.sh
|
|||
|
||||
if [ -n "$PGHOST" ]; then
|
||||
echo "Altering PG search path..."
|
||||
psql -U django -h $PGHOST -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
|
||||
psql -U django -h $PGHOST -d datatracker -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
|
||||
fi
|
||||
|
||||
echo "Running Datatracker checks..."
|
||||
|
|
|
@ -9,7 +9,7 @@ DATABASES = {
|
|||
'default': {
|
||||
'HOST': '__DBHOST__',
|
||||
'PORT': 5432,
|
||||
'NAME': 'ietf',
|
||||
'NAME': 'datatracker',
|
||||
'ENGINE': 'django.db.backends.postgresql_psycopg2',
|
||||
'USER': 'django',
|
||||
'PASSWORD': 'RkTkDPFnKpko',
|
||||
|
|
Loading…
Reference in a new issue