From 3a4ed7faed4ff807882d0cd21ded6b069a1d7ac2 Mon Sep 17 00:00:00 2001 From: SbloodyS <460888207@qq.com> Date: Wed, 25 Sep 2024 10:11:15 +0800 Subject: [PATCH] improvement 16645 --- .github/workflows/e2e.yml | 6 ------ script/install-plugins.sh | 2 +- 2 files changed, 1 insertion(+), 7 deletions(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 008bfefc6303..94730a276591 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -159,12 +159,6 @@ jobs: uses: ./.github/actions/workflow-telemetry-action with: comment_on_pr: false - - name: Cache local Maven repository - uses: actions/cache@v4 - with: - path: ~/.m2/repository - key: ${{ runner.os }}-maven-${{ hashFiles('**/pom.xml') }}-e2e - restore-keys: ${{ runner.os }}-maven- - uses: actions/download-artifact@v4 name: Download Docker Images with: diff --git a/script/install-plugins.sh b/script/install-plugins.sh index a082996db1fa..73e83c938284 100755 --- a/script/install-plugins.sh +++ b/script/install-plugins.sh @@ -37,7 +37,7 @@ fi echo "Install Dolphinscheduler plugins, usage version is ${version}" -# create the connectors directory +# create the plugins directory if [ ! -d ${DOLPHINSCHEDULER_HOME}/plugins ]; then mkdir -p ${DOLPHINSCHEDULER_HOME}/plugins fi