Temporarily remove java cc test

Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
Matthew B White 2023-01-23 14:11:45 +00:00
parent 5889ea5959
commit 8fb58c7d27

View file

@ -8,7 +8,8 @@ function print() {
echo -e "${GREEN}${1}${NC}" 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 for dir in $dirs; do
print "Linting $dir" print "Linting $dir"
pushd $dir pushd $dir