This is an automated email from the ASF dual-hosted git repository.
casion pushed a commit to branch dev-1.4.0-integration-test
in repository https://gitbox.apache.org/repos/asf/linkis.git
The following commit(s) were added to refs/heads/dev-1.4.0-integration-test by
this push:
new 66f66372b update
66f66372b is described below
commit 66f66372bf9fe528b3b795951e818c5021a15387
Author: casionone <[email protected]>
AuthorDate: Sun May 28 17:44:59 2023 +0800
update
---
linkis-dist/helm/scripts/install-charts-with-ldh.sh | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/linkis-dist/helm/scripts/install-charts-with-ldh.sh
b/linkis-dist/helm/scripts/install-charts-with-ldh.sh
index b2757bcc0..085e2b528 100755
--- a/linkis-dist/helm/scripts/install-charts-with-ldh.sh
+++ b/linkis-dist/helm/scripts/install-charts-with-ldh.sh
@@ -23,6 +23,6 @@ KUBE_NAMESPACE=${1:-linkis}
HELM_RELEASE_NAME=${2:-linkis-demo}
USING_KIND=${3:-false}
-sh ${WORK_DIR}/install-linkis.sh ${KUBE_NAMESPACE} ${HELM_RELEASE_NAME} false
${USING_KIND}
+bash ${WORK_DIR}/install-linkis.sh ${KUBE_NAMESPACE} ${HELM_RELEASE_NAME}
false ${USING_KIND}
kubectl apply -n ${KUBE_NAMESPACE} -f ${RESOURCE_DIR}/ldh/configmaps
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]