From: Narinder Gupta Date: Tue, 10 May 2016 04:22:23 +0000 (-0600) Subject: added option X-Git-Tag: colorado.1.0~198 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=156cd84490ff3a421530032a0a0a6f2b05676ecf;p=joid.git added option Change-Id: Ib0a0782e2d8e430e05b172a4fe42d21a8b10b9b4 Signed-off-by: Narinder Gupta --- diff --git a/ci/deploy.sh b/ci/deploy.sh index 75e896d1..8cc0bd7c 100755 --- a/ci/deploy.sh +++ b/ci/deploy.sh @@ -31,7 +31,7 @@ usage() { echo "Usage: $0 [-s ] [-a ] [-r ]" 1>&2 exit 1; } -while getopts ":s:t:o:l:h:r:f:" opt; do +while getopts ":s:t:o:l:h:r:f:d:a:" opt; do case "${opt}" in s) opnfvsdn=${OPTARG}