Skip to content

Commit

Permalink
Added solr back in to travis
Browse files Browse the repository at this point in the history
  • Loading branch information
tdl-jturner committed Aug 14, 2019
1 parent 6a7c93a commit 5d34855
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .travis/start.sh
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ startNode() {
if [[ "$IMAGE" == "cassandra"* ]]; then
docker run --rm $PARAMS -e CASSANDRA_DC=$DATACENTER -e CASSANDRA_ENDPOINT_SNITCH=GossipingPropertyFileSnitch -d --name $NODENAME $IMAGE >>/dev/null
else
docker run --rm $PARAMS -e DS_LICENSE=accept -e DC=$DATACENTER -d --name $NODENAME $IMAGE >>/dev/null
docker run --rm $PARAMS -e DS_LICENSE=accept -e DC=$DATACENTER -d --name $NODENAME $IMAGE -s >>/dev/null
fi;
sleep 5
if [ $? -eq 0 ]; then
Expand Down Expand Up @@ -76,4 +76,4 @@ showStatus $?

log "Installing Casquatch"
$MVN clean install package
showStatus $?
showStatus $?

0 comments on commit 5d34855

Please sign in to comment.