Skip to content

Commit

Permalink
Add JS and CU components to 1.3.13 input manifest (#3990)
Browse files Browse the repository at this point in the history
Signed-off-by: Zelin Hao <[email protected]>
  • Loading branch information
zelinh authored Sep 8, 2023
1 parent 21159b6 commit ddb1dd1
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions manifests/1.3.13/opensearch-1.3.13.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,3 +14,21 @@ components:
checks:
- gradle:publish
- gradle:properties:version
- 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 ddb1dd1

Please sign in to comment.