mirror of
https://github.com/qvacua/vimr.git
synced 2024-11-24 11:37:32 +03:00
Remove unnec' check in build script
This commit is contained in:
parent
3c8b800945
commit
9275238386
@ -21,11 +21,6 @@ if [ "${IS_SNAPSHOT}" = false ] && [ "${MARKETING_VERSION}" == "" ] ; then
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "${RELEASE_NOTES}" == "" ] ; then
|
||||
echo "### ERROR No release notes!"
|
||||
exit 1
|
||||
fi
|
||||
|
||||
if [ "${PUBLISH}" = true ] && [ "${RELEASE_NOTES}" == "" ] ; then
|
||||
echo "### ERROR No release notes, but publishing to Github!"
|
||||
exit 1
|
||||
|
Loading…
Reference in New Issue
Block a user