Fix user and pass in genresults-reviewers.sh
Adding GERRIT_PASS change made the user option get lost. oops. Change-Id: I6bf915b6775ab7ece561943bf12cba80e790b6d2 Signed-off-by: Russell Bryant <rbryant@redhat.com>
This commit is contained in:
parent
dd0211ab85
commit
8dbeb6e250
@ -17,7 +17,7 @@ if [ -n "${GERRIT_USER}" ] ; then
|
|||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${GERRIT_PASS}" ] ; then
|
if [ -n "${GERRIT_PASS}" ] ; then
|
||||||
EXTRA_ARGS="-P ${GERRIT_PASS}"
|
EXTRA_ARGS="${EXTRA_ARGS} -P ${GERRIT_PASS}"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
if [ -n "${GERRIT_KEY}" ] ; then
|
if [ -n "${GERRIT_KEY}" ] ; then
|
||||||
|
Loading…
Reference in New Issue
Block a user