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
Marking this as obsolete. When we identify future improvements, we should file new issues and specify which workflow to target (the pack test workflow, the index regen workflow, the pack bootstrap workflow, etc)
When pushing changes to the index repo, the push step sometimes fails due to a race condition, or other situations such as invalid access token.
This causes the deployment step to exit, but the logs are unhelpful, because the code contains this:
git -C ~/index push origin 2>/dev/null
It would be helpful to have better logging here to identify the cause of the failure. (as well as fix the race condition, see #65)
The text was updated successfully, but these errors were encountered: