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:
parent
5411c1777f
commit
d5436c322e
@ -3,12 +3,6 @@
|
|||||||
GERRIT_SITE=$1
|
GERRIT_SITE=$1
|
||||||
GIT_ORIGIN=$2
|
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" ]
|
if [ -z "$GERRIT_SITE" ]
|
||||||
then
|
then
|
||||||
echo "The gerrit site name (eg 'https://review.openstack.org') must be the first argument."
|
echo "The gerrit site name (eg 'https://review.openstack.org') must be the first argument."
|
||||||
|
Loading…
x
Reference in New Issue
Block a user