We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 746444b commit ea4ebabCopy full SHA for ea4ebab
circle.yml
@@ -8,9 +8,8 @@ database:
8
override:
9
- sudo -u postgres psql -c "create database test;"
10
- sudo -u postgres psql test -c "create extension if not exists plpythonu;"
11
- - sudo -u postgres psql test -f ~/postgrest-google-translate/install.sql
+ - sudo -u postgres psql test -f ~/postgresql-http-client/install.sql
12
test:
13
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
+ - sudo -u postgres psql test -v ON_ERROR_STOP=1 -f ~/postgresql-http-client/uninstall.sql
16
0 commit comments