Skip to content

Commit

Permalink
enable anomalyDetectionDashboards plugin and remove plugin folder aft…
Browse files Browse the repository at this point in the history
…er build (opensearch-project#681)

Signed-off-by: Tengda He <[email protected]>
  • Loading branch information
Tengda-He authored Oct 5, 2021
1 parent 50b7da6 commit c2687b3
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -68,3 +68,4 @@ echo "BUILD RELEASE ZIP FOR $PLUGIN_NAME"
(cd ../OpenSearch-Dashboards/plugins/$PLUGIN_NAME && yarn plugin-helpers build)
echo "COPY $PLUGIN_NAME.zip"
cp -r ../OpenSearch-Dashboards/plugins/$PLUGIN_NAME/build/$PLUGIN_NAME-$VERSION.zip $OUTPUT/plugins/
rm -rf ../OpenSearch-Dashboards/plugins/$PLUGIN_NAME
6 changes: 3 additions & 3 deletions manifests/1.1.0/opensearch-dashboards-1.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ components:
# - name: indexManagementDashboards
# repository: https://github.com/opensearch-project/index-management-dashboards-plugin
# ref: main
# - name: anomalyDetectionDashboards
# repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
# ref: main
- name: anomalyDetectionDashboards
repository: https://github.com/opensearch-project/anomaly-detection-dashboards-plugin
ref: main
# # hybrid repo (dashboards-reports)
# - name: reportsDashboards
# repository: https://github.com/opensearch-project/dashboards-reports.git
Expand Down

0 comments on commit c2687b3

Please sign in to comment.