Closed lozhuf closed 8 years ago
+1
Agreed, this should be fixed, however this PR https://github.com/fastlane/deliver/pull/481 broke a lot of things and had to be rolled back.
Closed with https://github.com/fastlane/deliver/issues/567
This issue was migrated to https://github.com/fastlane/fastlane/issues/2119. Please post all further comments there.
fastlane
is now a mono repo, you can read more about the change in our blog post. All tools are now available in the fastlane main repo :rocket:
When using the following command:
deliver download_metadata -m "./fastlane/Test/metadata"
... the specified custom metadata path is not used (the same if it is defined in thedeliverfile
) The output is (confusingly) as follows:This seems to be related, if not the same, as issue #475 ... perhaps the merged fix didnt catch the
download_metadata
case?