Skip to content

Fix deployment issue #441

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

Closed
pyrello opened this issue Dec 18, 2020 · 2 comments
Closed

Fix deployment issue #441

pyrello opened this issue Dec 18, 2020 · 2 comments
Labels
automation bug Something isn't working

Comments

@pyrello
Copy link
Contributor

pyrello commented Dec 18, 2020

Periodically, we are seeing this error prevent a build deployment (to the gh-pages branch) fail with the following error:

Error: The deploy step encountered an error: The process '/usr/bin/git' failed with exit code 1 ❌

It seems to happen intermittently.

This is a problem because it means that our docs are not always getting updated when they are supposed to and may be out of date with current changes.

A couple potentially related issues:

@pyrello pyrello added bug Something isn't working automation labels Dec 18, 2020
@bspeare
Copy link
Contributor

bspeare commented Jun 22, 2021

@pyrello is this fixed?

@pyrello
Copy link
Contributor Author

pyrello commented Jun 22, 2021

This is not fixed, per se. My current understanding is that the issue happens when we have two processes run that complete at roughly the same time and are attempting to push to the same git branch. This results in one of them having the above error trigger. I'm not sure that we can "fix" this, but rather we can continue to improve our automation to prevent these conflicts from occurring.

@pyrello pyrello closed this as completed Jun 22, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
automation bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants