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 6077f04 commit 3fad52bCopy full SHA for 3fad52b
.github/workflows/release-e2e-workflow-template.yml
@@ -96,6 +96,7 @@ jobs:
96
- name: Run OpenSearch-Dashboards server
97
run: |
98
cd opensearch-dashboards-${{ env.VERSION }}
99
+ ./bin/opensearch-dashboards-plugin remove notificationsDashboards
100
if [ "$SECURITY_ENABLED" = 'false' ]; then
101
echo "Remove Dashboards Security"
102
./bin/opensearch-dashboards-plugin remove securityDashboards
0 commit comments