Skip to content

Commit

Permalink
Try circleci with Buster
Browse files Browse the repository at this point in the history
  • Loading branch information
David Read committed Jul 19, 2019
1 parent 740bb6b commit 793e89b
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .circleci/config.yml
Expand Up @@ -29,7 +29,7 @@ jobs:
- checkout

- run: |
# SO Dependencies
# OS Dependencies
apt update
case $CIRCLE_NODE_INDEX in
$NODE_TESTS_CONTAINER)
Expand All @@ -38,7 +38,7 @@ jobs:
npm install mocha-phantomjs@3.5.0 phantomjs@~1.9.1
;;
esac
apt install -y postgresql-client solr-jetty openjdk-8-jdk
apt install -y postgresql-client solr-jetty openjdk-11-jdk
# Python Dependencies
pip install -r requirement-setuptools.txt
Expand All @@ -48,7 +48,8 @@ jobs:
# SOLR config
cp ~/project/ckan/config/solr/schema.xml /etc/solr/conf/schema.xml
service jetty9 restart || true # erroring out but does seem to work
service jetty9 restart || true # it says "jetty9 failed!" but it does seem to work!
service jetty9 check
# Database Creation
psql --host=ckan-postgres --username=ckan --command="CREATE USER ${CKAN_POSTGRES_USER} WITH PASSWORD '${CKAN_POSTGRES_PWD}' NOSUPERUSER NOCREATEDB NOCREATEROLE;"
Expand Down

0 comments on commit 793e89b

Please sign in to comment.