Skip to content

Commit

Permalink
chore: remove force push of release branch
Browse files Browse the repository at this point in the history
See: https://issues.redhat.com/browse/SECURESIGN-100

/cherry-pick redhat-v1.2.2

Signed-off-by: Lance Ball <[email protected]>
  • Loading branch information
lance authored and openshift-cherrypick-robot committed Sep 27, 2023
1 parent 1da9990 commit c249894
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions redhat/release/update-to-head.sh
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,6 @@ git add . # Adds applied patches
git add $custom_files # Adds custom files
git commit -m "${redhat_files_msg}"

# Push the release-next branch
git push -f origin "${redhat_ref}"

# Trigger CI
# TODO: Set up openshift or github CI to run on release-next-ci
git checkout "${redhat_ref}" -B "${redhat_ref}"-ci
Expand Down

0 comments on commit c249894

Please sign in to comment.