Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] Release pipeline updated as per java jdk #393

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

asaharn
Copy link
Member

@asaharn asaharn commented Jul 17, 2024

Pull Request Description

[Add a description of your pull request here]


Future Release Comment

[Add description of your change, to include in the next release]
[Delete any or all irrelevant sections, e.g. if your change does not warrant a release comment at all]

Breaking Changes:

  • None

Features:

  • None

Fixes:

  • None

Copy link

github-actions bot commented Jul 17, 2024

Test Results

78 tests  ±0   78 ✅ ±0   2m 52s ⏱️ -2s
22 suites ±0    0 💤 ±0 
22 files   ±0    0 ❌ ±0 

Results for commit dc5696c. ± Comparison against base commit 7c0b90b.

♻️ This comment has been updated with latest results.

@@ -54,19 +79,21 @@ jobs:
cp connector/target/*.jar staging
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom
- name: Github Release
uses: anton-yurchenko/git-release@v5.0.1
uses: docker://antonyurchenko/git-release:v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
args: |
staging/kusto-spark_${{ steps.get_version.outputs.SPARK_VERSION }}_${{ steps.get_version.outputs.SCALA_VERSION }}-${{ steps.get_version.outputs.VERSION }}-jar-with-dependencies.jar
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This name is not right, there is no longer with-dependencies jar

@@ -54,19 +79,21 @@ jobs:
cp connector/target/*.jar staging
cp connector/.flattened-pom.xml staging/kusto-spark_$sparkversion_$scalaversion-$version.pom
- name: Github Release
uses: anton-yurchenko/git-release@v5.0.1
uses: docker://antonyurchenko/git-release:v6
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

delete_if_exists: true
if: ${{ github.event_name == 'push' || (github.event_name == 'workflow_dispatch' && github.event.inputs.upload_to_azure == 'true') }}
Copy link
Contributor

@ag-ramachandran ag-ramachandran Jul 17, 2024

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Correct me here, why is this needed .. We need to do this only on GH release right and not on push perhaps ?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants