Skip to content

Commit

Permalink
Fix: 1.1 manifest and test using that data. (#471)
Browse files Browse the repository at this point in the history
Signed-off-by: dblock <dblock@dblock.org>
  • Loading branch information
dblock authored Sep 14, 2021
1 parent 7035dd4 commit 1e66ff2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ def test_1_1(self):
opensearch_component.repository,
"https://github.com/opensearch-project/OpenSearch.git",
)
self.assertEqual(opensearch_component.ref, "1.x")
self.assertEqual(opensearch_component.ref, "1.1")
for component in manifest.components:
self.assertIsInstance(component.ref, str)

Expand Down
2 changes: 1 addition & 1 deletion manifests/opensearch-1.1.0.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ build:
components:
- name: OpenSearch
repository: https://github.com/opensearch-project/OpenSearch.git
ref: 1.1
ref: "1.1"
checks:
- gradle:publish
- gradle:properties:version
Expand Down

0 comments on commit 1e66ff2

Please sign in to comment.