Git submodule update after fetching patch 59/8859/1
authorThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Feb 2018 21:13:11 +0000 (16:13 -0500)
committerThanh Ha <thanh.ha@linuxfoundation.org>
Wed, 14 Feb 2018 21:14:07 +0000 (16:14 -0500)
commita0ea4aa6051fb9d2d54e7e3fab0cf1f52c7f496a
tree57bcb7d5dfbacc88a562f7c8524f60b64d2b415f
parentf372e4b60011bbcad7ecebca82a24144b42fe19f
Git submodule update after fetching patch

For projects that have submodules we need to call
`git submodule update` after fetching the patch so that
submodule updates caused by the patch are pulled in.

Running that command on a repo that does not contain submodules
returns cleanly as a noop.

Change-Id: Iec76e4c42d9e0132571af477f3ae770e5e360781
Signed-off-by: Thanh Ha <thanh.ha@linuxfoundation.org>
shell/rtd-verify.sh