Skip to content

Commit 3c3fee6

Browse files
authored
remove sub working directory for gantt-chart (#4375)
Signed-off-by: Joshua Li <joshuali925@gmail.com>
1 parent 65ddd1f commit 3c3fee6

File tree

4 files changed

+1
-103
lines changed

4 files changed

+1
-103
lines changed

.github/workflows/osd-increment-plugin-versions.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
- {repo: OpenSearch-Dashboards}
2828
- {repo: dashboards-observability}
2929
- {repo: dashboards-reporting}
30-
- {repo: dashboards-visualizations, path: gantt-chart}
30+
- {repo: dashboards-visualizations}
3131
- {repo: dashboards-query-workbench}
3232
- {repo: dashboards-assistant}
3333
- {repo: dashboards-maps}

manifests/2.12.0/opensearch-dashboards-2.12.0.yml

-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@ components:
2121
ref: 2.x
2222
- name: ganttChartDashboards
2323
repository: https://github.com/opensearch-project/dashboards-visualizations.git
24-
working_directory: gantt-chart
2524
ref: 2.x
2625
- name: queryWorkbenchDashboards
2726
repository: https://github.com/opensearch-project/dashboards-query-workbench.git

manifests/3.0.0/opensearch-dashboards-3.0.0.yml

-1
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,6 @@ components:
3030
ref: main
3131
- name: ganttChartDashboards
3232
repository: https://github.com/opensearch-project/dashboards-visualizations.git
33-
working_directory: gantt-chart
3433
ref: main
3534
- name: assistantDashboards
3635
repository: https://github.com/opensearch-project/dashboards-assistant.git

scripts/components/ganttChartDashboards/build.sh

-100
This file was deleted.

0 commit comments

Comments
 (0)