ci/deploy.sh: Fix opt parse for local_env sourcing 45/39545/2
authorAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 19:34:15 +0000 (21:34 +0200)
committerAlexandru Avadanii <Alexandru.Avadanii@enea.com>
Thu, 17 Aug 2017 19:44:16 +0000 (21:44 +0200)
commit3cfd144d08f78870cce11e89e7faf4a4da0fe376
tree882c7dedfc7a7d93dc1825465d71a6c3c239cf14
parent55dabaa703f90f77cecb841a3b5c4ef64b205439
ci/deploy.sh: Fix opt parse for local_env sourcing

Previously, we only accounted for the arguments we were interested in
(l:lab, p:pod), which failed in case other (valid) arguments were
passed first.

Accept all arguments Fuel's <ci/deploy.sh> accepts, so lab/pod are
read no matter where they are placed in the command string.

Change-Id: I9125a5e70d19b7e1ca905b2572f3c8ceda13025b
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
ci/deploy.sh