commit | 900de584fa76a1d33701fde82c906e9d9fa4f97a | [log] [tgz] |
---|---|---|
author | Leonardo Sandoval <leonardo.sandoval@linaro.org> | Mon Sep 07 18:34:57 2020 -0500 |
committer | Karl Zhang <karl.zhang@arm.com> | Thu Sep 17 03:30:13 2020 +0000 |
tree | 04eeb8b4ea9a74ad0eafff67a30422f789482f71 | |
parent | d78059f0b1357d87df050c37c6daa032388b90ab [diff] |
static-checks: use origin/master instead of master as base branch In some CI testing scenarios, there are no local branches, just remotes, so as a safer approach, use 'origin/master' instead of 'master'. Base branch is used to find common parent ancestor between base (origin/master) and user patchset's (FETCH_HEAD) branches. Change-Id: I36940ac043f45bda6b94e8787b29f319a5f4acba Signed-off-by: Leonardo Sandoval <leonardo.sandoval@linaro.org>