ci: remove dropdb from db-pg-import.sh

This commit is contained in:
Nicolas Giard 2022-12-14 01:21:26 +00:00
parent b4bbd7a592
commit 6a70cefb55
No known key found for this signature in database
GPG key ID: 85061B8F9D55B7C8

View file

@ -1,5 +1,4 @@
#!/bin/bash
set -e
dropdb -U django ietf
pg_restore -U django -C -d ietf ietf.dump