This is an automated email from the ASF dual-hosted git repository.
eamonford pushed a commit to branch cassandra-auth
in repository https://gitbox.apache.org/repos/asf/incubator-sdap-ingester.git
The following commit(s) were added to refs/heads/cassandra-auth by this push:
new 3070aab revert
3070aab is described below
commit 3070aabb93cacf9ee76e2f46d2fd3b12dede35a9
Author: Eamon Ford <[email protected]>
AuthorDate: Tue Aug 4 14:05:10 2020 -0700
revert
---
granule_ingester/docker/entrypoint.sh | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
diff --git a/granule_ingester/docker/entrypoint.sh
b/granule_ingester/docker/entrypoint.sh
index 2b6174a..b703ee3 100644
--- a/granule_ingester/docker/entrypoint.sh
+++ b/granule_ingester/docker/entrypoint.sh
@@ -9,5 +9,4 @@ python /sdap/granule_ingester/main.py \
$([[ ! -z "$CASSANDRA_PORT" ]] && echo --cassandra_port=$CASSANDRA_PORT) \
$([[ ! -z "$CASSANDRA_USERNAME" ]] && echo
--cassandra_username=$CASSANDRA_USERNAME) \
$([[ ! -z "$CASSANDRA_PASSWORD" ]] && echo
--cassandra_password=$CASSANDRA_PASSWORD) \
- $([[ ! -z "$SOLR_HOST_AND_PORT" ]] && echo
--solr_host_and_port=$SOLR_HOST_AND_PORT) \
- $([[ ! -z "$ZK_HOST_AND_PORT" ]] && echo
--zk_host_and_port=$ZK_HOST_AND_PORT)
+ $([[ ! -z "$SOLR_HOST_AND_PORT" ]] && echo
--solr_host_and_port=$SOLR_HOST_AND_PORT)