Skip to content

Commit

Permalink
[KYUUBI #636] Add kyuubi-extension-spark_3.1 in release script
Browse files Browse the repository at this point in the history
<!--
Thanks for sending a pull request!

Here are some tips for you:
  1. If this is your first time, please read our contributor guidelines: https://kyuubi.readthedocs.io/en/latest/community/contributions.html
  2. If the PR is related to an issue in https://github.com/NetEase/kyuubi/issues, add '[KYUUBI #XXXX]' in your PR title, e.g., '[KYUUBI #XXXX] Your PR title ...'.
  3. If the PR is unfinished, add '[WIP]' in your PR title, e.g., '[WIP][KYUUBI #XXXX] Your PR title ...'.
-->

### _Why are the changes needed?_
<!--
Please clarify why the changes are needed. For instance,
  1. If you add a feature, you can talk about the use case of it.
  2. If you fix a bug, you can clarify why it is a bug.
-->
Make `kyuubi-extension-spark_3.1` module packaged during release.

### _How was this patch tested?_

Closes #636 from ulysses-you/release-script.

Closes #636

363f74b [ulysses-you] fix

Authored-by: ulysses-you <ulyssesyou18@gmail.com>
Signed-off-by: ulysses-you <ulyssesyou18@gmail.com>
  • Loading branch information
ulysses-you committed May 14, 2021
1 parent e77ea13 commit 42d57e9
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,11 +39,11 @@ jobs:
- name: Make Distribution -Pspark-3.0 -Pspark-hadoop-3.2
run: ./build/dist --tgz -Pspark-3.0 -Pspark-hadoop-3.2
- name: Make Distribution -Pspark-3.1 -Pspark-hadoop-2.7
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-2.7
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-2.7 -Pkyuubi-extension-spark_3.1
- name: Make Distribution -Pspark-3.1 -Pspark-hadoop-3.2
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-3.2
run: ./build/dist --tgz -Pspark-3.1 -Pspark-hadoop-3.2 -Pkyuubi-extension-spark_3.1
- name: Make Distribution --spark-provided
run: ./build/dist --tgz --spark-provided
run: ./build/dist --tgz --spark-provided -Pkyuubi-extension-spark_3.1
- name: Create Release
id: create_release
uses: actions/create-release@v1
Expand Down

0 comments on commit 42d57e9

Please sign in to comment.