mirror of
https://github.com/f-droid/fdroidserver.git
synced 2025-11-10 09:10:30 +03:00
[checkupdates] Exit 1 in case of errors
This commit is contained in:
parent
e19a66bec6
commit
a2db8f4a62
3 changed files with 25 additions and 11 deletions
|
|
@ -688,7 +688,7 @@ LOCAL_COPY_DIR=`create_test_dir`/fdroid
|
|||
mkdir -p $LOCAL_COPY_DIR/repo
|
||||
echo "local_copy_dir: $LOCAL_COPY_DIR" >> config.yml
|
||||
|
||||
$fdroid checkupdates --allow-dirty
|
||||
$fdroid checkupdates --allow-dirty || true
|
||||
which gpg && $fdroid gpgsign
|
||||
$fdroid lint
|
||||
$fdroid readmeta
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue