fastlane-community / fastlane-plugin-applivery

fastlane plugin to upload IPA or APK to Applivery.com
https://www.applivery.com/
MIT License
12 stars 7 forks source link

Branch name and CI URL not passing correctly #13

Closed tonipepperoniuk closed 3 years ago

tonipepperoniuk commented 3 years ago

Hi. During testing of the Fastlane plugin, we have noticed 2 issues:

  1. Branch name comes through as 'HEAD' rather than the proper branch name. This doesn't appear to be defined properly in the code. It doesn't look like we can override this in the request.
  2. There doesn't appear to be a key to pass the CI URL when uploading a build, but this is exposed in the portal as a field.

Thanks.