Skip to content

Commit

Permalink
Maybe fix permissions by reverting to this, which is docker default p…
Browse files Browse the repository at this point in the history
…ython image rather than circleci?
  • Loading branch information
David Read committed Jul 19, 2019
1 parent b5022a2 commit 25671c2
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .circleci/config.yml
Expand Up @@ -2,7 +2,7 @@ version: 2
jobs:
test:
docker:
- image: circleci/python:2-stretch
- image: python:2-stretch
environment:
CKAN_DATASTORE_POSTGRES_DB: datastore_test
CKAN_DATASTORE_POSTGRES_READ_USER: datastore_read
Expand Down Expand Up @@ -47,7 +47,6 @@ jobs:
# SOLR config
cp ~/project/ckan/config/solr/schema.xml /etc/solr/conf/schema.xml
printf "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8080\nJAVA_HOME=/usr/lib/jvm/java-8-openjdk-amd64\n" | tee /etc/default/jetty9
service jetty9 restart || true # erroring out but does seem to work
# Database Creation
Expand Down

0 comments on commit 25671c2

Please sign in to comment.