We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3fad652 commit 8e992a0Copy full SHA for 8e992a0
.github/workflows/release-e2e-workflow-template.yml
@@ -83,6 +83,10 @@ jobs:
83
- name: Run OpenSearch-Dashboards server
84
run: |
85
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
90
if [ "$SECURITY_ENABLED" = 'false' ]; then
91
echo "Remove Dashboards Security"
92
./bin/opensearch-dashboards-plugin remove securityDashboards
0 commit comments