Can I define private packages in the dependencies.yml file?
It depends on how you're accessing your private packages:
- If you're using native private packages, you can define them in the
dependencies.ymlfile. - If you're using the git token method, you must define them in the
packages.ymlfile instead of thedependencies.ymlfile. This is because conditional rendering (like Jinja-in-yaml) is not supported independencies.yml.
Was this page helpful?
This site is protected by reCAPTCHA and the Google Privacy Policy and Terms of Service apply.
0