microsoft / azure-pipelines-yaml

Azure Pipelines YAML examples, templates, and community interaction
MIT License
1.19k stars 926 forks source link

Could not find gem 'digest-crc (~> 0.6.1)' in locally installed gems #547

Closed maxTeste closed 2 years ago

maxTeste commented 2 years ago

hey guys can someone help me? I'm trying to run fastlane with pipeline azure and then with fastlane call discord_notifier (https://github.com/nikolas-theodosis/fastlane-discord_notifier) so pipeline azure -> fastlane -> discord_notifier

if I only test fastlane with the discord notifier it works fine, but if the pipline triggers the fastlane (bundle exec fastlane dev) it doesn't work

erro on pipeline -> bundle exec fastlane dev: image

image

yaml file pipeline: image

running only fastlane and notifier: image

image

image

digest-crc is instaled locally

anatolybolshakov commented 2 years ago

Hi @maxTeste this repo is mostly for yaml templates - I would suggest to open a ticket in https://developercommunity.visualstudio.com/search?space=21 for general questions about Azure DevOps and support.

anatolybolshakov commented 2 years ago

Closing this one at the moment as external - please let us know if you have any other questions.