Force push the update-dependency branch - #339
Open
aaron-collier wants to merge 1 commit into
Open
Conversation
mjgiarlo
reviewed
Aug 21, 2026
| git push origin update-dependencies && | ||
| hub pull-request -f -m "Update dependencies" | ||
| git push -f origin update-dependencies && | ||
| hub pull-request -f -m "Update dependencies" 2>/dev/null || true |
Member
There was a problem hiding this comment.
Does this effectively say "if git push succeeds and PR creation fails, ignore the failure"?
Contributor
Author
There was a problem hiding this comment.
Yes, since it means there is already a PR and the force push has updated the branch for the existing PR, so all should be good.
mjgiarlo
approved these changes
Aug 21, 2026
mjgiarlo
left a comment
Member
There was a problem hiding this comment.
Approve pending consideration of question. Would also be good to get someone(s?) on @sul-dlss/access-team to take a look.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Sometimes we don't get update-dependency PRs when branches already exist. While the
-Bon the checkout gets a fresh branch locally, the push will fail if the branch already exists upstream.This force-pushes the branch (updating any existing PR automatically) and creates a new PR only if one doesn't exist, silently captures any error and continuing if one does.
If this is only a minor change to the scripts, please 🔪 kill the Jenkins build. 🔪
Navigate from SUL CI ➡️ Stanford University Digital Library ➡️ access-update-scripts ➡️ Branches / main ➡️ Build History ➡️ Cancel build button (🆇)