Skip to content

Commit 392fa08

Browse files
authored
ci: fix prepare.sh database name
1 parent d79ed21 commit 392fa08

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

dev/tests/prepare.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,4 +18,4 @@ chmod +x ./docker/scripts/app-create-dirs.sh
1818
./docker/scripts/app-create-dirs.sh
1919
echo "Fetching latest coverage results file..."
2020
curl -fsSL https://github.com/ietf-tools/datatracker/releases/download/baseline/coverage.json -o release-coverage.json
21-
psql -U django -h db -d ietf -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'
21+
psql -U django -h db -d datatracker -v ON_ERROR_STOP=1 -c '\x' -c 'ALTER USER django set search_path=datatracker,public;'

0 commit comments

Comments
 (0)