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

/usr/local/bin/partner-charts-ci auto is failing with author field is required #964

Closed
shanmydell opened this issue Dec 20, 2023 · 3 comments

Comments

@shanmydell
Copy link
Contributor

  • curl -s -L -o /usr/local/bin/partner-charts-ci https://github.com/samuelattwood/partner-charts-ci/releases/latest/download/partner-charts-ci-linux-amd64
  • chmod +x /usr/local/bin/partner-charts-ci
  • export PACKAGE=dell/csi-powermax
  • PACKAGE=dell/csi-powermax
  • /usr/local/bin/partner-charts-ci auto
    time="2023-12-19T12:53:35-05:00" level=info msg="Parsed dell/csi-powermax\n"
    time="2023-12-19T12:53:35-05:00" level=info msg="\n Source: Git\n Vendor: Dell\n Chart: csi-powermax\n Version: 2.9.0\n URL: https://github.com/dell/helm-charts.git \n"
    time="2023-12-19T12:53:39-05:00" level=info msg="Cleaning package dell/csi-powermax\n"
    time="2023-12-19T12:53:56-05:00" level=info msg="Committing changes"
    time="2023-12-19T12:54:33-05:00" level=fatal msg="author field is required"
@shanmydell
Copy link
Contributor Author

@recena: Could you please help us with the above issue?

@marcosbc
Copy link
Collaborator

@shanmydell I believe it got recently updated as part of #967. Can you confirm everything is fine?

As for the error, it could be caused by your Git client not being fully configured. It should work if you configure your username and email in Git:

git config --global user.name "Your Name"
git config --global user.email "[email protected]"

@shanmydell
Copy link
Contributor Author

that helped @marcosbc , closing the issue

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

No branches or pull requests

2 participants