Skip to content

Commit

Permalink
Use main branch for sql, reporting and observability
Browse files Browse the repository at this point in the history
Signed-off-by: Joshua Li <[email protected]>
  • Loading branch information
joshuali925 committed Nov 4, 2021
1 parent 86b0ecf commit f76404b
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions manifests/1.2.0/opensearch-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,20 +66,20 @@ components:
- linux
- name: sql
repository: https://github.com/opensearch-project/sql.git
ref: "1.2"
ref: "main"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version: plugin
- name: dashboards-reports
repository: https://github.com/opensearch-project/dashboards-reports.git
ref: "1.2"
ref: "main"
working_directory: "reports-scheduler"
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
- name: opensearch-observability
repository: https://github.com/opensearch-project/trace-analytics.git
ref: "1.2"
ref: "main"
working_directory: "opensearch-observability"
checks:
- gradle:properties:version
Expand Down
6 changes: 3 additions & 3 deletions manifests/1.2.0/opensearch-dashboards-1.2.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,15 +25,15 @@ components:
- name: queryWorkbenchDashboards
repository: https://github.com/opensearch-project/sql.git
working_directory: workbench
ref: "1.2"
ref: "main"
- name: reportsDashboards
repository: https://github.com/opensearch-project/dashboards-reports.git
working_directory: dashboards-reports
ref: "1.2"
ref: "main"
- name: observabilityDashboards
repository: https://github.com/opensearch-project/trace-analytics.git
working_directory: dashboards-observability
ref: "1.2"
ref: "main"
- name: ganttChartDashboards
repository: https://github.com/opensearch-project/dashboards-visualizations.git
working_directory: gantt-chart
Expand Down

0 comments on commit f76404b

Please sign in to comment.