Skip to content

Commit 3dd0717

Browse files
authored
Merge pull request #16 from eirsep/opensearch-1.0-dependency
Build against core 1.0 branch
2 parents f8b7041 + 9be19ec commit 3dd0717

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
with:
3131
repository: 'opensearch-project/OpenSearch'
3232
path: OpenSearch
33-
ref: '1.x'
33+
ref: '1.0'
3434
- name: Build OpenSearch
3535
working-directory: ./OpenSearch
3636
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=rc1 -Dbuild.snapshot=false

.github/workflows/multi-node-test-workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
with:
3030
repository: 'opensearch-project/OpenSearch'
3131
path: OpenSearch
32-
ref: '1.x'
32+
ref: '1.0'
3333
# dependencies: common-utils
3434
- name: Checkout common-utils
3535
uses: actions/checkout@v2

0 commit comments

Comments
 (0)