ci: remove dropdb from db-pg-import.sh
This commit is contained in:
parent
b4bbd7a592
commit
6a70cefb55
|
@ -1,5 +1,4 @@
|
|||
#!/bin/bash
|
||||
set -e
|
||||
|
||||
dropdb -U django ietf
|
||||
pg_restore -U django -C -d ietf ietf.dump
|
||||
|
|
Loading…
Reference in a new issue