Skip to content

Commit

Permalink
Fix failure
Browse files Browse the repository at this point in the history
Signed-off-by: monusingh-1 <[email protected]>
  • Loading branch information
monusingh-1 committed Oct 13, 2023
1 parent 942ae91 commit 3f2b4e1
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 7 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/build-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -51,9 +51,6 @@ jobs:
steps:
- name: Checkout CCR
uses: actions/checkout@v2
with:
submodules: true

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down
5 changes: 1 addition & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
with:
crane-release: v0.15.2
- name: Checkout opensearch-build repository
uses: actions/checkout@v2
uses: actions/checkout@v1
with:
repository: 'opensearch-project/opensearch-build'
ref: 'main'
Expand Down Expand Up @@ -52,9 +52,6 @@ jobs:
steps:
- name: Checkout CCR
uses: actions/checkout@v2
with:
submodules: true

- name: Setup Java ${{ matrix.java }}
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 3f2b4e1

Please sign in to comment.