Skip to content

Commit

Permalink
Build plugin on top of 1.x branch of OpenSearch core (opensearch-proj…
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu123 authored May 20, 2021
1 parent 4c182a2 commit 3692448
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,11 +41,11 @@ jobs:
with:
repository: 'opensearch-project/OpenSearch'
path: OpenSearch
ref: '1.0.0-beta1'
ref: '1.x'

- name: Build OpenSearch
working-directory: ./OpenSearch
run: ./gradlew publishToMavenLocal -Dbuild.version_qualifier=beta1 -Dbuild.snapshot=false
run: ./gradlew publishToMavenLocal -Dbuild.snapshot=false

- name: Checkstyle
run: mvn -B checkstyle:checkstyle
Expand Down

0 comments on commit 3692448

Please sign in to comment.