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-include-order.sh b/script/static-checks/static-checks-include-order.sh
index 52e783c..ef5c670 100755
--- a/script/static-checks/static-checks-include-order.sh
+++ b/script/static-checks/static-checks-include-order.sh
@@ -13,7 +13,7 @@
echo "# Check order of includes on the last patch"
TEST_CASE="Order of includes on the last patch(es)"
"$CI_ROOT/script/static-checks/check-include-order.py" --tree "$1" \
- --patch --from-ref origin/master \
+ --patch --from-ref origin/lts-v2.8 \
&> "$LOG_FILE"
else
echo "# Check order of includes of the entire source tree"