Skip to content

Commit

Permalink
Merge branch 'master' into 4796-replace-repoze.who-friendlyform
Browse files Browse the repository at this point in the history
  • Loading branch information
amercader committed Jul 23, 2019
2 parents f5662fa + 02915e0 commit 0408004
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: python:2
- image: python:2-stretch
environment:
CKAN_DATASTORE_POSTGRES_DB: datastore_test
CKAN_DATASTORE_POSTGRES_READ_USER: datastore_read
Expand All @@ -29,7 +29,7 @@ jobs:
- checkout

- run: |
# SO Dependencies
# OS Dependencies
apt update
case $CIRCLE_NODE_INDEX in
$NODE_TESTS_CONTAINER)
Expand Down
2 changes: 1 addition & 1 deletion ckan/views/home.py
Expand Up @@ -34,7 +34,7 @@ def index():
data_dict = {u'q': u'*:*',
u'facet.field': h.facets(),
u'rows': 4,
u'start': 4,
u'start': 0,
u'sort': u'view_recent desc',
u'fq': u'capacity:"public"'}
query = logic.get_action(u'package_search')(context, data_dict)
Expand Down

0 comments on commit 0408004

Please sign in to comment.