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

Stage and push helm index where gitconfig is set #1251

Merged

Conversation

rooftopcellist
Copy link
Member

SUMMARY

Fixes: #1246
Related stop-gap fix: #1250

The git config was not being set in the nested gh-pages clone of the awx-operator repo. So when the git push command was run, if failed in the last 1.2.0 release.

This was the error when pushing the index.yaml:

"stderr_lines": ["Author identity unknown", "", "*** Please tell me who you are.", "", "Run", "", "  git config --global user.email \"you@example.com\"", "  git config --global user.name \"Your Name\"", "", "to set your account's default identity.", "Omit --global to set the identity only in this repository.", "", "fatal: empty ident name (for <runner@fv-az575-24.4axca1wo35oulg5iw0gfp2lodh.dx.internal.cloudapp.net>) not allowed"

This also moves the git steps to the helm-release.yml playbook rather than the Makefile.

ISSUE TYPE
  • Bug, Docs Fix or other nominal change

@rooftopcellist rooftopcellist merged commit edf01f0 into ansible:devel Feb 22, 2023
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.

Helm index not update when release was created.
2 participants