mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
fix check
Signed-off-by: tobiasKaminsky <tobias@kaminsky.me>
This commit is contained in:
parent
04ab8f0347
commit
23b2306c9c
1 changed files with 1 additions and 1 deletions
|
@ -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=$?
|
||||
|
|
Loading…
Reference in a new issue