Update git submodules
authormei mei <meimei@huawei.com>
Wed, 17 Oct 2018 01:44:49 +0000 (01:44 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Wed, 17 Oct 2018 01:44:49 +0000 (01:44 +0000)
commited78eb848fc0a602aea2470cbb7ac2d8aabc64e1
treee8aa0e183a8a526c614eb9b0388b6433b0167b0e
parent6c9a5610ec047e4cf0e2b5ae0b9b376df4574d29
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "[dovetail] Bugfix: incorrectly exit when file doesn't exist"
  - [dovetail] Bugfix: incorrectly exit when file doesn't exist

    When checking files, it shouldn't exit when getting an non-zero results.
    However, the scripts set -e at the begining.
    In order to continue the following steps when the file doesn't exists, replace
    all "return 0" or "return 1" to be "echo 0/1".

    Change-Id: I28ea81d52182d4dc5db56d47abbfbc1761f17d81
Signed-off-by: xudan <xudan16@huawei.com>
docs/submodules/releng