You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Add new 'repo_profiles' argument for UnifiedTreeBuilder.getCmakeExBuildFactory() factory. (#227)
A name of the source code profile to get from the remote repository.
Currently is supported only "default" profile and None. Default is
"default".
If None is passed, no the repository checkout steps will be added to the
factory workflow. This is useful for the nested factories when the
single repo is shared between them.
A supporting of multiply profiles will be added when it gets supported
by Zorg core.
0 commit comments