From 20de2d14a0da8ec555bc57f722d33cc9a9ef0434 Mon Sep 17 00:00:00 2001 From: Stepan Kuzmin Date: Fri, 5 Oct 2018 17:47:09 +0300 Subject: [PATCH] ci: cleanup database prepare step --- .circleci/config.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.circleci/config.yml b/.circleci/config.yml index 8c60c011..7696ae73 100644 --- a/.circleci/config.yml +++ b/.circleci/config.yml @@ -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