diff --git a/image-refresh b/image-refresh index 5e1c37af13..8c2c577f25 100755 --- a/image-refresh +++ b/image-refresh @@ -88,7 +88,6 @@ def image_refresh( triggers = testmap.tests_for_image(image) pull = github.convert_issue_to_pull(branch, issue_nr, dry_run=dry_run) if pull is not None: - git.amend_and_forcepush(github, branch, closes=issue_nr) head = git.get_current_head() # Create a synthetic status to forward the log URL to the new HEAD