Skip to content

Commit

Permalink
fix(spark-lineage-legacy): fix check jar script (#11608)
Browse files Browse the repository at this point in the history
  • Loading branch information
david-leifker authored Oct 12, 2024
1 parent b5cf729 commit 4133319
Showing 1 changed file with 2 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,8 @@ jar -tvf $jarFile |\
grep -v "rootdoc.txt" |\
grep -v "VersionInfo.java" |\
grep -v "mime.types" |\
grep -v "com/ibm/.*"
grep -v "com/ibm/.*" |\
grep -v "google/"


if [ $? -ne 0 ]; then
Expand Down

0 comments on commit 4133319

Please sign in to comment.