Skip to main content

I am attempting to install a managed package in a scratch org with install_managed. I get the below errors:

admin@admins-MacBook-Pro core-app % cci task run install_managed --org scratchorg

[12/17/21 11:50:14] Resolution strategy latest_release failed for dependency https://github.com/ClarityCX1/core-app.

Resolution strategy unmanaged failed for dependency https://github.com/ClarityCX1/core-app.

Error: Unable to resolve dependency https://github.com/ClarityCX1/core-app

What am I missing here? Do I need to configure something on cci or on github?

#CumulusCI #Github

9 respostas
  1. 29 de dez. de 2021, 16:25

    CumulusCI dependency resolution expects that you use CumulusCI flows for creating releases, which includes generating a GitHub tag with a very specific format (as well as some metadata included in the tag annotations). 

     

    If you choose not to use CumulusCI flows to run your releases, or manually run the `github_release` task after you execute a release and provide all the relevant details in options (see `cci task info github_release`), CumulusCI has no way to resolve your package releases.

0/9000