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 fb5f4bb15 update
fb5f4bb15 is described below
commit fb5f4bb15d20bcbe2cf3b36a100cc1f97d68a50e
Author: casionone <[email protected]>
AuthorDate: Sun May 28 17:27:00 2023 +0800
update
---
.github/workflows/integration-test.yml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/.github/workflows/integration-test.yml
b/.github/workflows/integration-test.yml
index 782e4368b..b4a75fa83 100644
--- a/.github/workflows/integration-test.yml
+++ b/.github/workflows/integration-test.yml
@@ -122,9 +122,9 @@ jobs:
docker tag ${MIRRORS}/apache/linkis/linkis:${TAG} linkis:dev
docker tag ${MIRRORS}/apache/linkis/linkis-web:${TAG} linkis-web:dev
docker tag ${MIRRORS}/apache/linkis/linkis-ldh:${TAG} linkis-ldh:dev
- sh ./linkis-dist/helm/scripts/install-mysql.sh true\
- && sh ./linkis-dist/helm/scripts/install-ldh.sh true \
- && sh ./linkis-dist/helm/scripts/install-charts-with-ldh.sh
linkis linkis-demo true
+ bash ./linkis-dist/helm/scripts/install-mysql.sh true\
+ && bash ./linkis-dist/helm/scripts/install-ldh.sh true \
+ && bash ./linkis-dist/helm/scripts/install-charts-with-ldh.sh
linkis linkis-demo true
n=0
while (($n<10))
do
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]