Skip to content

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

@github-actions
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.

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

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.

destination_folder: kusto/spark/${{ steps.get_version.outputs.SPARK_VERSION }}_${{ steps.get_version.outputs.SCALA_VERSION }}-${{ steps.get_version.outputs.VERSION }}
delete_if_exists: true
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.

3 participants