Merge "Follow up for cherry-pick check for merge patch" into stable/train

This commit is contained in:
Zuul 2020-10-30 22:02:09 +00:00 committed by Gerrit Code Review
commit 5016a36d25
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ if [ $checked -eq 0 ]; then
echo "Checked $checked cherry-pick hashes: OK"
exit 0
else
if ! git show --format='%B' --quiet | grep -qi 'stable.*only'; then
if ! git show --format='%B' --quiet $commit_hash | grep -qi 'stable.*only'; then
echo 'Stable branch requires either cherry-pick -x headers or [stable-only] tag!'
exit 1
fi