Skip to content

Commit ea4ebab

Browse files
committed
correct repo name
1 parent 746444b commit ea4ebab

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

circle.yml

+2-3
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,8 @@ database:
88
override:
99
- sudo -u postgres psql -c "create database test;"
1010
- sudo -u postgres psql test -c "create extension if not exists plpythonu;"
11-
- sudo -u postgres psql test -f ~/postgrest-google-translate/install.sql
11+
- sudo -u postgres psql test -f ~/postgresql-http-client/install.sql
1212
test:
1313
override:
14-
- sudo -u postgres psql test -v ON_ERROR_STOP=1 -f ~/postgrest-google-translate/uninstall_api.sql
15-
- sudo -u postgres psql test -v ON_ERROR_STOP=1 -f ~/postgrest-google-translate/uninstall_core.sql
14+
- sudo -u postgres psql test -v ON_ERROR_STOP=1 -f ~/postgresql-http-client/uninstall.sql
1615

0 commit comments

Comments
 (0)