From 6db505479471758047e0a15842ef3fb0e53e0447 Mon Sep 17 00:00:00 2001 From: Dimitri John Ledkov <19779+xnox@users.noreply.github.com> Date: Fri, 1 Mar 2024 13:29:54 +0000 Subject: [PATCH] Update opensearch-dashboards-2.yaml https://github.com/opensearch-project/dashboards-visualizations/pull/321 moved this plugin from a sub-dir, such that special case for it should not be needed anymore. Signed-off-by: Dimitri John Ledkov <19779+xnox@users.noreply.github.com> --- opensearch-dashboards-2.yaml | 7 ------- 1 file changed, 7 deletions(-) diff --git a/opensearch-dashboards-2.yaml b/opensearch-dashboards-2.yaml index f0a70628b53..d25bef0c5ef 100644 --- a/opensearch-dashboards-2.yaml +++ b/opensearch-dashboards-2.yaml @@ -108,13 +108,6 @@ subpackages: tag: ${{package.version}}.0 destination: ./plugins/${{range.value}} - runs: | - if [ ${{range.value}} = "ganttChartDashboards" ] - then - mv ./plugins/ganttChartDashboards/gantt-chart ./plugins/gantt-chart - rm -r ./plugins/ganttChartDashboards - mv ./plugins/gantt-chart ./plugins/ganttChartDashboards - fi - yarn osd bootstrap --allow-root cd ./plugins/${{range.value}}