1
1
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:
Tae Won Ha 2017-04-30 09:58:59 +02:00
parent 3c8b800945
commit 9275238386
No known key found for this signature in database
GPG Key ID: E40743465B5B8B44

View File

@ -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