From 8fb58c7d27602eefc55faf898c21a34db62f8520 Mon Sep 17 00:00:00 2001 From: Matthew B White Date: Mon, 23 Jan 2023 14:11:45 +0000 Subject: [PATCH] Temporarily remove java cc test Signed-off-by: Matthew B White --- ci/scripts/lint-java.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/ci/scripts/lint-java.sh b/ci/scripts/lint-java.sh index 327a91e7..82f3a810 100755 --- a/ci/scripts/lint-java.sh +++ b/ci/scripts/lint-java.sh @@ -8,7 +8,8 @@ function print() { echo -e "${GREEN}${1}${NC}" } -dirs=("$(find . -name "*-java" -type d -not -path '*/.*')") +# remove the java asset-private-data until the publishing issues have been resolved +dirs=("$(find . -name "*-java" -type d -not -path '*/.*' -not -path '*/asset-transfer-private-data/*')") for dir in $dirs; do print "Linting $dir" pushd $dir