ci: cleanup database prepare step

This commit is contained in:
Stepan Kuzmin 2018-10-05 17:47:09 +03:00
parent 42dfea376d
commit 20de2d14a0

View File

@ -27,7 +27,6 @@ jobs:
- run:
name: Prepare database
command: |
psql -h localhost -p 5432 -U postgres -d test -c 'create extension postgis'
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/TileBBox.sql
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/table_source.sql
psql -h localhost -p 5432 -U postgres -d test -f tests/fixtures/function_source.sql