Skip to content

Commit d445199

Browse files
authored
Merge pull request #4118 from atlanhq/mlh-96-vuln
MLH-96 : (fix) solve all the vulnerability reported for metastore
2 parents fb9a275 + 454cff2 commit d445199

File tree

1,524 files changed

+32
-244285
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,524 files changed

+32
-244285
lines changed

.github/workflows/maven.yml

Lines changed: 2 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -66,15 +66,8 @@ jobs:
6666
6767
- name: Build with Maven
6868
run: |
69-
branch_name=${{ env.BRANCH_NAME }}
70-
if [[ $branch_name == 'main' || $branch_name == 'master' || $branch_name == 'lineageondemand' ]]
71-
then
72-
echo "build without dashboard"
73-
chmod +x ./build.sh && ./build.sh build_without_dashboard
74-
else
75-
echo "build with dashboard"
76-
chmod +x ./build.sh && ./build.sh
77-
fi
69+
echo "build without dashboard"
70+
chmod +x ./build.sh && ./build.sh
7871
7972
- name: Get Repository Name
8073
run: echo "REPOSITORY_NAME=`echo "$GITHUB_REPOSITORY" | awk -F / '{print $2}' | sed -e "s/:refs//"`" >> $GITHUB_ENV

addons/falcon-bridge-shim/pom.xml

Lines changed: 0 additions & 77 deletions
This file was deleted.

addons/falcon-bridge-shim/src/main/java/org/apache/atlas/falcon/service/AtlasService.java

Lines changed: 0 additions & 222 deletions
This file was deleted.

0 commit comments

Comments
 (0)