Skip to content

Commit 8e992a0

Browse files
committed
ci: remove assistantDashboards plugin fix registerContentRenderer issue
Signed-off-by: Lin Wang <[email protected]>
1 parent 3fad652 commit 8e992a0

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

.github/workflows/release-e2e-workflow-template.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,10 @@ jobs:
8383
- name: Run OpenSearch-Dashboards server
8484
run: |
8585
cd opensearch-dashboards-${{ env.VERSION }}
86+
echo "Remove Dashboards Assistant to fix register content renderer error"
87+
./bin/opensearch-dashboards-plugin remove assistantDashboards
88+
echo "List installed plugins"
89+
./bin/opensearch-dashboards-plugin list
8690
if [ "$SECURITY_ENABLED" = 'false' ]; then
8791
echo "Remove Dashboards Security"
8892
./bin/opensearch-dashboards-plugin remove securityDashboards

0 commit comments

Comments
 (0)