Skip to content

Commit

Permalink
Merge branch 'master' into cli-user
Browse files Browse the repository at this point in the history
  • Loading branch information
tino097 committed Jul 19, 2019
2 parents 75a4899 + eb73fe8 commit 5a034b8
Showing 1 changed file with 2 additions and 2 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

0 comments on commit 5a034b8

Please sign in to comment.