chenghuichen commented on code in PR #4427: URL: https://github.com/apache/linkis/pull/4427#discussion_r1154408064
########## linkis-dist/helm/scripts/install-linkis.sh: ########## @@ -21,9 +21,8 @@ WORK_DIR=`cd $(dirname $0); pwd -P` KUBE_NAMESPACE=${1:-linkis} HELM_RELEASE_NAME=${2:-linkis-demo} -LOCAL_MODE=${3:-true} - -. ${WORK_DIR}/common.sh Review Comment: Yes. The `. ${WORK_DIR}/common.sh` command here is duplicated. Deleting the line makes this scripts more clean. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: notifications-unsubscr...@linkis.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: notifications-unsubscr...@linkis.apache.org For additional commands, e-mail: notifications-h...@linkis.apache.org