Skip to content
This repository has been archived by the owner on May 14, 2022. It is now read-only.

Commit

Permalink
Updating CircleCI config
Browse files Browse the repository at this point in the history
  • Loading branch information
escowles committed Feb 19, 2016
1 parent d3f9dd1 commit 516a937
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
4 changes: 2 additions & 2 deletions bin/jetty_wait
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
#!/usr/bin/env sh

until $(curl --output /dev/null --silent --head --fail http://localhost:8983/solr); do
until $(curl --output /dev/null --silent --head --fail http://localhost:8985/solr); do
printf '.'
sleep 1
done
until $(curl --output /dev/null --silent --head --fail http://localhost:8983/fedora); do
until $(curl --output /dev/null --silent --head --fail http://localhost:8986/rest); do
printf '.'
sleep 1
done
4 changes: 1 addition & 3 deletions circle.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,9 +17,7 @@ dependencies:
- sudo sh bin/ci_kakadu_install.sh
- sudo sh bin/tesseract_install.sh
- tesseract --version
- RAILS_ENV=development bundle exec rake jetty:clean
- bundle exec rake jetty:config
- cd jetty && java -Djetty.port=8983 -Dsolr.solr.home=/home/ubuntu/plum/jetty/solr -XX:MaxPermSize=256m -Xmx512m -jar start.jar:
- bundle exec rake server:test:
background: true
- bin/jetty_wait
test:
Expand Down

0 comments on commit 516a937

Please sign in to comment.