Skip to content

Commit

Permalink
improvement 16645
Browse files Browse the repository at this point in the history
  • Loading branch information
SbloodyS committed Sep 25, 2024
1 parent ede1509 commit 3a4ed7f
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion script/install-plugins.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3a4ed7f

Please sign in to comment.