From 115d013f14acaa8ef6ea6d03d8cdd915748d2f79 Mon Sep 17 00:00:00 2001 From: Trevor Bramwell Date: Mon, 13 Nov 2017 22:40:43 +0000 Subject: Update git submodules * Update docs/submodules/releng from branch 'master' - Merge "fix the bug of patch verify" - fix the bug of patch verify If one patch don't modify the "yml" or "yaml" file, the script will exit with 1 at egrep "ya?ml$", then mark build as failure. In my opinion, if not modify the "yml" or "yaml" file, the yamllint should be successful. So we need mark the result of egrep "ya?ml$" as true, then judge the $YAML_FILES. Change-Id: I8abcadc9e4c85935ac7b20cdf54713b9800108ba Signed-off-by: wutianwei --- docs/submodules/releng | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'docs') diff --git a/docs/submodules/releng b/docs/submodules/releng index 3dda8300a..9f7a3ac83 160000 --- a/docs/submodules/releng +++ b/docs/submodules/releng @@ -1 +1 @@ -Subproject commit 3dda8300a72a04c5630939d5ae16ac4fc5d2d6ec +Subproject commit 9f7a3ac83c62035d0b8f1e0adc27296db8a3e31c -- cgit 1.2.3-korg