Skip to content

Commit

Permalink
remove extra echo
Browse files Browse the repository at this point in the history
  • Loading branch information
btovar authored and oshadura committed Apr 19, 2024
1 parent 6d64473 commit 4f1392b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion docker/prepare-env/prepare-env-cc-analysis.sh
Original file line number Diff line number Diff line change
Expand Up @@ -163,7 +163,6 @@ if [[ ! -v COFFEA_CASA_SIDECAR ]]; then
MANAGER_HOST=${EXTERNALIP_PORT%:*}
MANAGER_HOST=${MANAGER_HOST#*tls:\/\/} # XXX: fix on vine_worker, it should parsing this
MANAGER_PORT=${EXTERNALIP_PORT##*:}
echo $EXTERNALIP_PORT

HTCONDOR_COMMAND="vine_worker --ssl \
--contact-hostport $HOST:$PORT \
Expand Down

0 comments on commit 4f1392b

Please sign in to comment.