Skip to content

Commit

Permalink
Remove version_qualifier from OpenSearch build command
Browse files Browse the repository at this point in the history
  • Loading branch information
cliu123 committed May 21, 2021
1 parent 1c8773b commit 4be5f42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ jobs:

- 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 4be5f42

Please sign in to comment.