Description:
The script currently prints and runs a command for generatePluginBuildInfo.py to generate dynamic-plugins.default.yaml, but the actual intent is to use generateDynamicPluginsDefaultYaml.py. This incorrect command could lead to outdated behavior or confusion during execution.
Expected:
Only generateDynamicPluginsDefaultYaml.py is used for the dynamic-plugins.default.yaml generation step.
Actual:
Both the old and new script invocations are printed/executed, causing inconsistency in logs and potential misuse.
Fix:
Update script to only call the correct generateDynamicPluginsDefaultYaml.py command.