Update git submodules
authormei mei <meimei@huawei.com>
Fri, 6 Jul 2018 09:28:07 +0000 (09:28 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Fri, 6 Jul 2018 09:28:07 +0000 (09:28 +0000)
commit720d402ab2e1a58a162b73dbb3c245d311945200
tree038f678dd00aee3ad16118f5d60676aba2d229ad
parentcf67c608071fc9f4cd83e5aaa451cf64c8768887
Update git submodules

* Update docs/submodules/releng from branch 'master'
  - Merge "jjb/releng: fix partial image name matching"
  - jjb/releng: fix partial image name matching

    Docker image building script opnfv-docker.sh tries to remove existing
    images before and after building. It simply uses grep to matching image
    names, which may cause partial name matching problems.
    Ex. opnfv/compass-tasks will match both opnfv/compass-tasks and
    opnfv/compass-tasks-base, and may lead to accidentally removing of
    images still in use when several building tasks run concurrently.

    Error log:
    https://build.opnfv.org/ci/job/compass-tasks-build-arm64-master/6/console

    Change-Id: I1a83f801c5e0cc889cd9e17b8d1b4d895f1f68a9
Signed-off-by: Yibo Cai <yibo.cai@arm.com>
docs/submodules/releng