mirror of
https://github.com/nextcloud/android.git
synced 2024-11-21 20:55:31 +03:00
Fastfile: Fix checkIfAPKexists, as there's 3 APKs now
Signed-off-by: Álvaro Brey Vilas <alvaro.brey@nextcloud.com>
This commit is contained in:
parent
508c193dfa
commit
e1cfb960ed
1 changed files with 1 additions and 1 deletions
|
@ -173,7 +173,7 @@ private_lane :createChangelogPullRequest_Final do |options|
|
|||
end
|
||||
|
||||
private_lane :checkIfAPKexists do |options|
|
||||
sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 2 ]; then echo 'APKs do not exist ../release/; aborting!' ; exit 1 ;
|
||||
sh("if [ $(/bin/ls -1 ../release | wc -l) -ne 3 ]; then echo 'APKs do not exist ../release/; aborting!' ; exit 1 ;
|
||||
fi")
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in a new issue