Skip to content

Commit

Permalink
Append with tee and not replace
Browse files Browse the repository at this point in the history
  • Loading branch information
nigelbabu committed Nov 15, 2013
1 parent eb8689e commit 48522a3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/travis-build
Expand Up @@ -33,7 +33,7 @@ python setup.py develop
npm install -g mocha-phantomjs phantomjs

# Configure Solr
echo "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8983\nJAVA_HOME=$JAVA_HOME" | sudo tee /etc/default/jetty
echo "NO_START=0\nJETTY_HOST=127.0.0.1\nJETTY_PORT=8983\nJAVA_HOME=$JAVA_HOME" | sudo tee -a /etc/default/jetty
cat /etc/default/jetty
# FIXME the solr schema cannot be hardcoded as it is dependent on the ckan version
sudo cp ckan/config/solr/schema-2.0.xml /etc/solr/conf/schema.xml
Expand Down

0 comments on commit 48522a3

Please sign in to comment.