Skip to content

Commit

Permalink
travis-install-dependencies: use new set-permissions
Browse files Browse the repository at this point in the history
  • Loading branch information
nickstenning committed Jun 20, 2014
1 parent 748c1fb commit 71b367f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-install-dependencies
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ paster db init -c test-core.ini
if [ $PGVERSION != '8.4' ]
then
sed -i -e 's/.*datastore.read_url.*/ckan.datastore.read_url = postgresql:\/\/datastore_default:pass@\/datastore_test/' test-core.ini
paster datastore set-permissions postgres -c test-core.ini
paster datastore -c test-core.ini set-permissions | sudo -u postgres psql
else
sed -i -e 's/.*datastore.read_url.*//' test-core.ini
fi
Expand Down

0 comments on commit 71b367f

Please sign in to comment.