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
If multiple packs are attempting to deploy changes around the same time, this can result in a race where multiple packs are attempting to push to master at the same time.
Code needs to be updated to handle this, and attempt to rebase with latest changes, and push again. Possibly with a few retries.
The text was updated successfully, but these errors were encountered:
In https://github.com/StackStorm-Exchange/ci/blob/master/.circle/deployment#L23, the deployment script clones the github.com/StackStorm-Exchange/index repo, then updates
index.json
and the pack icon.png.It then commits & pushes those changes.
If multiple packs are attempting to deploy changes around the same time, this can result in a race where multiple packs are attempting to push to master at the same time.
Code needs to be updated to handle this, and attempt to rebase with latest changes, and push again. Possibly with a few retries.
The text was updated successfully, but these errors were encountered: