mirror of
https://github.com/hyperledger/fabric-samples.git
synced 2026-06-22 01:25:10 +00:00
Add in 2.5 java test (#917)
Signed-off-by: Matthew B White <whitemat@uk.ibm.com>
This commit is contained in:
parent
406d7e9d36
commit
5bc925a3d8
2 changed files with 2 additions and 2 deletions
|
|
@ -9,7 +9,7 @@ function print() {
|
||||||
}
|
}
|
||||||
|
|
||||||
# remove the java asset-private-data until the publishing issues have been resolved
|
# 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/*')")
|
dirs=("$(find . -name "*-java" -type d -not -path '*/.*')")
|
||||||
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