Skip to content

Commit

Permalink
Change CI tags
Browse files Browse the repository at this point in the history
  • Loading branch information
Andy Lin committed May 21, 2021
1 parent e6da580 commit f40e4b9
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.x'
ref: '1.0.0-rc1'

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

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

0 comments on commit f40e4b9

Please sign in to comment.