Fix handling alternate branches.
This typo was causing inappropriate master branch checkouts. Change-Id: I2ed4913d0e846400a0b790bde7c552d32d893a4c
This commit is contained in:
@@ -55,8 +55,8 @@ fi
|
||||
|
||||
cd $WORKSPACE
|
||||
|
||||
ORIGINAL_GERRIT_PROJECT=GERRIT_PROJECT
|
||||
ORIGINAL_GERRIT_BRANCH=GERRIT_BRANCH
|
||||
ORIGINAL_GERRIT_PROJECT=$GERRIT_PROJECT
|
||||
ORIGINAL_GERRIT_BRANCH=$GERRIT_BRANCH
|
||||
|
||||
for GERRIT_PROJECT in $PROJECTS
|
||||
do
|
||||
|
||||
Reference in New Issue
Block a user