fix(lts): static checks to point to lts
Changing references in static checks script from origin/master to
origin/lts-v2.8
Signed-off-by: Lauren Wehrmeister <lauren.wehrmeister@arm.com>
Change-Id: Ib954b64df2520e375a2479d7b04ee0a8083f2867
diff --git a/script/static-checks/static-checks-banned-apis.sh b/script/static-checks/static-checks-banned-apis.sh
index 0e55a23..6a999e9 100755
--- a/script/static-checks/static-checks-banned-apis.sh
+++ b/script/static-checks/static-checks-banned-apis.sh
@@ -13,7 +13,7 @@
echo "# Check for banned APIs in the patch"
TEST_CASE="Banned API check on patch(es)"
"$CI_ROOT/script/static-checks/check-banned-api.py" --tree "$1" \
- --patch --from-ref origin/master \
+ --patch --from-ref origin/lts-v2.8 \
&> "$LOG_FILE"
else
echo "# Check for banned APIs in entire source tree"