-
Bug
-
Resolution: Unresolved
-
Normal
-
1.10.0
-
None
-
False
-
-
False
-
Release Note Not Required
-
-
Description of problem:
Ran this:
./build/ci/sync-midstream.sh -b rhdh-1-rhel-9 --debug --always-clone --force --next
Got this:
[51/51] orchestrator/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator.json
[51/51] ! No OCI reference found (50)
[ERROR] No plugins found! Cannot generate index.json
+ [[ 1 -ne 0 ]]
+ echo -e '\033[1;31m[ERROR] generateCatalogIndex.py failed!\033[0;39m'
[ERROR] generateCatalogIndex.py failed!
+ exit 1
So we need to:
- remove that flag entirely, or
- figure out a better solution when regenerating catalog index content after doing a full wipe of the plugin_builds/ folder., if this is still a useful flag option to force fresh content / clean out obsolete plugins...