fix check

Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
tobiasKaminsky 2024-11-06 11:16:18 +01:00
parent 04ab8f0347
commit 23b2306c9c
No known key found for this signature in database
GPG key ID: 0E00D4D47D0C5AF7

View file

@ -18,7 +18,7 @@ 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
[[ ! -e "/tmp/$stableBranch.xml" ]] && exit 1
ruby scripts/analysis/spotbugs-up.rb "$stableBranch"
spotbugsValue=$?