ci: force pg path in test app container build

This commit is contained in:
Robert Sparks 2023-02-07 15:26:13 -06:00
parent 84d766232b
commit 9447ccfa85
No known key found for this signature in database
GPG key ID: 6E2A6A5775F91318

View file

@ -18,3 +18,4 @@ chmod +x ./docker/scripts/app-create-dirs.sh
./docker/scripts/app-create-dirs.sh
echo "Fetching latest coverage results file..."
curl -fsSL https://github.com/ietf-tools/datatracker/releases/download/baseline/coverage.json -o release-coverage.json
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;'