Skip to content

Commit

Permalink
adding common-utils and job-scheduler into manifest
Browse files Browse the repository at this point in the history
Signed-off-by: Jeff Lu <[email protected]>
  • Loading branch information
jordarlu committed Jun 19, 2023
1 parent 9fc03ae commit ebe1c18
Showing 1 changed file with 21 additions and 0 deletions.
21 changes: 21 additions & 0 deletions manifests/1.3.11/opensearch-1.3.11.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,24 @@ components:
checks:
- gradle:publish
- gradle:properties:version
platforms:
- linux
- windows
- name: common-utils
repository: https://github.com/opensearch-project/common-utils.git
ref: '1.3'
checks:
- gradle:publish
- gradle:properties:version
platforms:
- linux
- windows
- name: job-scheduler
repository: https://github.com/opensearch-project/job-scheduler.git
ref: '1.3'
checks:
- gradle:properties:version
- gradle:dependencies:opensearch.version
platforms:
- linux
- windows

0 comments on commit ebe1c18

Please sign in to comment.