NativeScript / nativescript-remote-builds

A NativeScript plugin for remote builds when running and publishing NativeScript apps without env setup.
Apache License 2.0
26 stars 9 forks source link

Circle Ci updated their api and their response structure #24

Open IvanGrigorov opened 2 years ago

IvanGrigorov commented 2 years ago

I tried to use the plugin and saw that the build failed in the CI because the checks for the Circle CI API were not correct any more. I suggest the following change on these places. :)

cla-bot[bot] commented 2 years ago

Thank you for your pull request and welcome to our community. We could not parse the GitHub identity of the following contributors: Ivan Grigorov. This is most likely caused by a git client misconfiguration; please make sure to:

  1. check if your git client is configured with an email to sign commits git config --list | grep email
  2. If not, set it up using git config --global user.email email@example.com
  3. Make sure that the git commit email is configured in your GitHub account settings, see https://github.com/settings/emails