You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
Periodically, we are seeing this error prevent a build deployment (to the
gh-pages
branch) fail with the following error: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:
The text was updated successfully, but these errors were encountered: