mirror of
https://github.com/trezor/trezor-firmware.git
synced 2024-12-18 20:38:10 +00:00
ci: change [NO MASTER] to [RELEASE ONLY] in release check
To make it the same as in Suite.
This commit is contained in:
parent
859aa23752
commit
1f90a13372
@ -21,13 +21,13 @@ do
|
|||||||
fi
|
fi
|
||||||
fi
|
fi
|
||||||
|
|
||||||
# 2. [NO MASTER] substring
|
# 2. [RELEASE ONLY] substring
|
||||||
if [[ $message =~ "[NO MASTER]" ]]; then
|
if [[ $message =~ "[RELEASE ONLY]" ]]; then
|
||||||
continue
|
continue
|
||||||
fi
|
fi
|
||||||
|
|
||||||
fail=1
|
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
|
done
|
||||||
|
|
||||||
exit $fail
|
exit $fail
|
||||||
|
Loading…
Reference in New Issue
Block a user