Skip to content

Commit

Permalink
Grant ckan_admin superuser privileges to install PostGIS
Browse files Browse the repository at this point in the history
  • Loading branch information
jheino committed Feb 9, 2017
1 parent 996484a commit f5a3bc6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion circle.yml
Expand Up @@ -16,7 +16,7 @@ dependencies:
pwd: ckanext/ckanext-sixodp_ui
compile:
override:
- psql -c "CREATE ROLE ckan_admin NOSUPERUSER CREATEDB CREATEROLE INHERIT LOGIN PASSWORD 'admin';"
- psql -c "CREATE ROLE ckan_admin SUPERUSER CREATEDB CREATEROLE INHERIT LOGIN PASSWORD 'admin';"
- cd ansible && ansible-playbook -i inventories/build build.yml
test:
override:
Expand Down

0 comments on commit f5a3bc6

Please sign in to comment.