Skip to content

Commit

Permalink
Update opensearch-dashboards-2.yaml
Browse files Browse the repository at this point in the history
opensearch-project/dashboards-visualizations#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>
  • Loading branch information
xnox authored Mar 1, 2024
1 parent 219b074 commit 6db5054
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions opensearch-dashboards-2.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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}}
Expand Down

0 comments on commit 6db5054

Please sign in to comment.