1
0
mirror of https://github.com/coreos/fedora-coreos-config.git synced 2026-02-05 09:45:30 +01:00

Revert "workflows: add stamp file in openshift/os to ensure we push rebases"

The underlying bug was fixed in create-pull-request 4.2.1.

This reverts commit 2dfcd0f842.
This commit is contained in:
Benjamin Gilbert
2023-01-03 13:51:13 -05:00
committed by Benjamin Gilbert
parent 3781a9ec66
commit 8d4ace160f

View File

@@ -53,14 +53,7 @@ jobs:
echo "No non-trivial changes; exiting"
exit 0
fi
base=$(git rev-parse HEAD)
git checkout testing-devel
# Hack: update a stamp to force create-pull-request to update the
# branch, even if we're just rebasing on a previous manual
# fedora-coreos-config sync
# https://github.com/peter-evans/create-pull-request/issues/1191
echo $base > ../.fedora-coreos-config-base
marker=OPENSHIFT-OS-END-OF-LOG-MARKER-$RANDOM$RANDOM$RANDOM
cat >> $GITHUB_ENV <<EOF