ci: alter pg search path on sandbox deploy
This commit is contained in:
parent
7a86a1c2cb
commit
f0482363ad
|
@ -21,6 +21,10 @@ pip --disable-pip-version-check --no-cache-dir install -r requirements.txt
|
|||
echo "Creating data directories..."
|
||||
chmod +x ./app-create-dirs.sh
|
||||
./app-create-dirs.sh
|
||||
|
||||
echo "Altering PG search path..."
|
||||
psql -U django -h db -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=ietf_utf8,django,public;'
|
||||
|
||||
echo "Running Datatracker checks..."
|
||||
./ietf/manage.py check
|
||||
|
||||
|
|
Loading…
Reference in a new issue