Orchestrator: add makefile in orchestrator to export plugins#2985
Orchestrator: add makefile in orchestrator to export plugins#2985karthikjeeyar wants to merge 1 commit intoredhat-developer:mainfrom
Conversation
|
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #2985 +/- ##
=======================================
Coverage 60.67% 60.67%
=======================================
Files 2058 2058
Lines 63579 63579
Branches 16598 16598
=======================================
Hits 38575 38575
Misses 23582 23582
Partials 1422 1422
*This pull request uses carry forward flags. Click here to find out more. Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
| rm -rf "${dproot}/red-hat-developer-hub-backstage-plugin-orchestrator-backend-dynamic" | ||
| rm -rf "${dproot}/red-hat-developer-hub-backstage-plugin-orchestrator-backend-module-loki-dynamic" | ||
| rm -rf "${dproot}/red-hat-developer-hub-backstage-plugin-orchestrator-form-widgets" | ||
| rm -rf "${dproot}/red-hat-developer-hub-backstage-plugin-scaffolder-backend-module-orchestrator-dynamic" |
There was a problem hiding this comment.
Maybe also add the removal of the app-config-orchestrator.local.yaml that was created above during this cleanup?



Hey, I just made a Pull Request!
Makefile to export all the Orchestrator plugins to RHDH using the below command:
make rhdh=~/Documents/rhdh add-to-rhdhAlternatively, you can adjust the path in the script as well.
✔️ Checklist