|
@@ -18,6 +18,8 @@ ruby scripts/analysis/lint-up.rb
|
|
|
lintValue=$?
|
|
|
|
|
|
curl "https://www.kaminsky.me/nc-dev/$repository-findbugs/$stableBranch.xml" -o "/tmp/$stableBranch.xml"
|
|
|
+[[ ! -e test1 ]] && exit 1
|
|
|
+
|
|
|
ruby scripts/analysis/spotbugs-up.rb "$stableBranch"
|
|
|
spotbugsValue=$?
|
|
|
|
|
@@ -132,10 +134,6 @@ else
|
|
|
exit 1
|
|
|
fi
|
|
|
|
|
|
- if [ $checkLibrary -eq 1 ]; then
|
|
|
- exit 1
|
|
|
- fi
|
|
|
-
|
|
|
if [ ! $lintValue -eq 2 ]; then
|
|
|
exit $lintValue
|
|
|
fi
|