Skip to content

Commit

Permalink
Revert "Bump opensearch ref to 1.1 in CI (opensearch-project#155)"
Browse files Browse the repository at this point in the history
This reverts commit bf33e63.
  • Loading branch information
zhongnansu committed Nov 11, 2021
1 parent e3775e5 commit fe54157
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 19 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: [push, pull_request]

env:
OPENSEARCH_VERSION: '1.1.0-SNAPSHOT'
OPENSEARCH_BRANCH: '1.1'
OPENSEARCH_BRANCH: '1.x'
COMMON_UTILS_BRANCH: 'main'
JOB_SCHEDULER_BRANCH: 'main'

Expand Down Expand Up @@ -77,4 +77,4 @@ jobs:
with:
name: reports-scheduler
path: reports-scheduler-builds

6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ We welcome you to get involved in development, documentation, testing the OpenSe

## Setup & Build

Complete OpenSearch Dashboards Report feature is composed of 2 plugins.
Complete OpenSearch Dashboards Report feature is composed of 2 plugins. Refer to README in each plugin folder for more details.

- [OpenSearch Dashboards reports plugin](./dashboards-reports/README.md)
- OpenSearch Reports scheduler plugin
- [OpenSearch Reports scheduler plugin](./reports-scheduler/README.md)(TODO)

## Notifications Integration

Expand Down Expand Up @@ -76,7 +76,7 @@ If you discover a potential security issue in this project we ask that you notif

## License

See the [LICENSE](./LICENSE) file for our project's licensing. We will ask you to confirm the licensing of your contribution.
See the [LICENSE](./LICENSE.txt) file for our project's licensing. We will ask you to confirm the licensing of your contribution.

## Copyright

Expand Down

This file was deleted.

0 comments on commit fe54157

Please sign in to comment.