make_pip_repo bug fix 73/18073/1
authorQiLiang <liangqi1@huawei.com>
Fri, 5 Aug 2016 17:53:09 +0000 (01:53 +0800)
committerQiLiang <liangqi1@huawei.com>
Fri, 5 Aug 2016 17:57:25 +0000 (01:57 +0800)
commit8755b66cdacee534b3b1ad9d29848058208871b6
treeb07052bd0258b380f871206ef2d3d412f70736a6
parent0d57b886e0db03377d9ae60af0372310b835b749
make_pip_repo bug fix

Because of `set -ex` shell setup, if function return no zero
the whole scripts will exit.

JIRA: COMPASS-427

Change-Id: I153e2f18d367741f41a9840d8a98a39a4b2d055f
Signed-off-by: QiLiang <liangqi1@huawei.com>
build/make_repo.sh