ci: change [NO MASTER] to [RELEASE ONLY] in release check

To make it the same as in Suite.
pull/1342/head
Tomas Susanka 4 years ago
parent 859aa23752
commit 1f90a13372

@ -21,13 +21,13 @@ do
fi
fi
# 2. [NO MASTER] substring
if [[ $message =~ "[NO MASTER]" ]]; then
# 2. [RELEASE ONLY] substring
if [[ $message =~ "[RELEASE ONLY]" ]]; then
continue
fi
fail=1
echo "FAILURE! Neither 'cherry picked from..' nor '[NO MASTER]' substring found in this commit message."
echo "FAILURE! Neither 'cherry picked from..' nor '[RELEASE ONLY]' substring found in this commit message."
done
exit $fail

Loading…
Cancel
Save