зеркало из https://github.com/nextcloud/android.git
Merge pull request #12580 from nextcloud/changeFastlaneOrder
huawei fails sometimes, thus put it in end
This commit is contained in:
Коммит
45f8bae4c3
|
@ -77,10 +77,10 @@ lane :Final_releasePhase2 do |options|
|
|||
checkIfAPKexists()
|
||||
tag(info)
|
||||
uploadToPlaystore_Final(info)
|
||||
uploadToHuawei_Final(info)
|
||||
createGithubRelease_Final(info)
|
||||
fdroidMergeRequest_Final(info)
|
||||
createChangelogPullRequest_Final(info)
|
||||
uploadToHuawei_Final(info)
|
||||
end
|
||||
|
||||
desc "Makes gplay and generic releases in ../releases/"
|
||||
|
|
Загрузка…
Ссылка в новой задаче