Remove obsolete third argument check from ggp

This was used when transitioning to ZUUL_URL from the calling
environment, and is no longer required by any calls to the script.

Change-Id: Ie3e1740a6cc3d67bd306b5d6c258002d51eaffe8
This commit is contained in:
Jeremy Stanley 2014-03-18 15:22:54 +00:00
parent 5411c1777f
commit d5436c322e

View File

@ -3,12 +3,6 @@
GERRIT_SITE=$1
GIT_ORIGIN=$2
# TODO(jeblair): Remove once the arg list is changed in jjb macros
if [ ! -z $3 ]
then
GIT_ORIGIN=$3
fi
if [ -z "$GERRIT_SITE" ]
then
echo "The gerrit site name (eg 'https://review.openstack.org') must be the first argument."