Describe the bug
When testing an openshift/installer PR to a branch other than master (e.g. release-4.2), CI fails to apply the PR diff.
To Reproduce
Open a pull request against openshift/installer, in a branch other than master
Expected/observed behavior
Expect PR to be applied to the correct branch
Actual results is it tries to apply always to master
+ cd installer
+ git pull --no-edit https://github.com/stbenjam/installer fix-rhcos
From https://github.com/stbenjam/installer
* branch fix-rhcos -> FETCH_HEAD
Auto-merging upi/vsphere/main.tf
CONFLICT (content): Merge conflict in upi/vsphere/main.tf
Auto-merging upi/vsphere/machine/variables.tf
CONFLICT (content): Merge conflict in upi/vsphere/machine/variables.tf
Auto-merging upi/vsphere/machine/main.tf
CONFLICT (content): Merge conflict in upi/vsphere/machine/main.tf
Auto-merging data/data/rhcos.json
CONFLICT (content): Merge conflict in data/data/rhcos.json
Automatic merge failed; fix conflicts and then commit the result.
Describe the bug
When testing an openshift/installer PR to a branch other than master (e.g. release-4.2), CI fails to apply the PR diff.
To Reproduce
Open a pull request against openshift/installer, in a branch other than
masterExpected/observed behavior
Expect PR to be applied to the correct branch
Actual results is it tries to apply always to
master