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 a call to git commit #37

Merged
merged 1 commit into from
Nov 19, 2023
Merged

Fix a call to git commit #37

merged 1 commit into from
Nov 19, 2023

Conversation

AdrasteonDev
Copy link
Contributor

I tried to run "godotenv addons install" in a Gitlab CI job, and I got an error related to a "git commit" call in the "addons" folder:
Capture d'écran 2023-11-18 153501

I tried running a "git commit" command in the job and found the reason:
Capture d'écran 2023-11-18 154410

This PR includes a fix that sets user.email and user.name with --local to avoid this kind of problem. Feel free to change the arbitrary values I used.

@jolexxa
Copy link
Member

jolexxa commented Nov 19, 2023

Thank you!!

@jolexxa jolexxa merged commit 8a705d8 into chickensoft-games:main Nov 19, 2023
6 checks passed
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