mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-23 01:55:10 +00:00
Temporarily remove java cc test
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
5889ea5959
commit
8fb58c7d27
1 changed files with 2 additions and 1 deletions
|
|
@ -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
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue