mirror of
https://github.com/nextcloud/android.git
synced 2024-11-27 17:46:37 +03:00
Merge bb272a71d0
into 95628f4449
This commit is contained in:
commit
d9882c916b
2 changed files with 8 additions and 4 deletions
|
@ -116,9 +116,13 @@ else
|
|||
exit 1
|
||||
fi
|
||||
|
||||
if [ $lintValue -eq 2 ]; then
|
||||
exit 0
|
||||
else
|
||||
if [ ! $lintValue -eq 2 ]; then
|
||||
exit $lintValue
|
||||
fi
|
||||
|
||||
if [ $findbugsValue -eq 2 ]; then
|
||||
exit 0
|
||||
else
|
||||
exit $findbugsValue
|
||||
fi
|
||||
fi
|
||||
|
|
|
@ -1 +1 @@
|
|||
534
|
||||
535
|
||||
|
|
Loading…
Reference in a new issue