Fix Normalize projects.yaml proposal
The proposals bot run on a tree that is in detached state. Current git review fails to push from this any changes. Create instead directly a branch and work on that. This is the same change as done for other proposal jobs in I487337cb1def5f5995d776c831ea61b658652677. Change-Id: I3ca3cbb0c21efde28a43164c518405c0dea87a86
This commit is contained in:
parent
d8b15436c8
commit
cb89bb5354
@ -22,6 +22,10 @@ git config user.name "OpenStack Proposal Bot"
|
|||||||
git config user.email "openstack-infra@lists.openstack.org"
|
git config user.email "openstack-infra@lists.openstack.org"
|
||||||
git config gitreview.username "proposal-bot"
|
git config gitreview.username "proposal-bot"
|
||||||
|
|
||||||
|
# Initial state of repository is detached, create a branch to work
|
||||||
|
# from. Otherwise git review will complain.
|
||||||
|
git checkout -B proposals
|
||||||
|
|
||||||
change_id=""
|
change_id=""
|
||||||
# See if there is an open change in the openstack/requirements topic
|
# See if there is an open change in the openstack/requirements topic
|
||||||
# If so, get the change id for the existing change for use in the
|
# If so, get the change id for the existing change for use in the
|
||||||
|
Loading…
Reference in New Issue
Block a user