Update git submodules
authorMarkos Chandras <mchandras@suse.de>
Tue, 27 Feb 2018 12:10:17 +0000 (12:10 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Tue, 27 Feb 2018 13:49:17 +0000 (13:49 +0000)
commit7e6e96e708361a525a08c1fd1e3a9e5e93be68de
treecc83f2cb3b0620eee623b7823e58879ec6199af3
parent7e793eee71462aecb66eae0d1eb427155aafdecc
Update git submodules

* Update docs/submodules/releng-xci from branch 'master'
  - xci: scripts: start-new-vm: Mask the pgrep exit code

    pgrep will exit with non-zero exit code if it didn't find a matching
    process. This breaks the script since we set 'errexit' so we need to
    mask it by simply piping it to a 'cat' command.

    Change-Id: I80dcf06b597a769242bd59d628bbd8e09f0f199e
Signed-off-by: Markos Chandras <mchandras@suse.de>
docs/submodules/releng-xci