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

fix: go-git error empty git-upload-pack given. Fixes #9613 #9982

Merged
merged 2 commits into from
Dec 1, 2022

Conversation

rohankmr414
Copy link
Member

@rohankmr414 rohankmr414 commented Nov 5, 2022

Signed-off-by: Rohan Kumar rohan@pipekit.io

Fixes #9613

Please do not open a pull request until you have checked ALL of these:

  • Create the PR as draft .
  • Run make pre-commit -B to fix codegen and lint problems.
  • Sign-off your commits (otherwise the DCO check will fail).
  • Use a conventional commit message (otherwise the commit message check will fail).
  • "Fixes #" is in both the PR title (for release notes) and this description (to automatically link and close the issue).
  • Add unit or e2e tests. Say how you tested your changes. If you changed the UI, attach screenshots.
  • Github checks are green.
  • Once required tests have passed, mark your PR "Ready for review".

If changes were requested, and you've made them, dismiss the review to get it reviewed again.

go.mod Outdated Show resolved Hide resolved
Signed-off-by: Rohan Kumar <rohan@pipekit.io>
Signed-off-by: Rohan Kumar <rohan@pipekit.io>
@alexec alexec merged commit d915442 into argoproj:master Dec 1, 2022
@rohankmr414 rohankmr414 deleted the 9613 branch December 1, 2022 15:13
@agilgur5 agilgur5 added type/dependencies PRs and issues specific to updating dependencies go Pull requests that update Go dependencies area/artifacts S3/GCP/OSS/Git/HDFS etc labels Sep 23, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/artifacts S3/GCP/OSS/Git/HDFS etc go Pull requests that update Go dependencies type/dependencies PRs and issues specific to updating dependencies
Projects
None yet
Development

Successfully merging this pull request may close these issues.

getting empty git-upload-pack given from wf using git artifacts as input
3 participants