fix vercel branch condition

This commit is contained in:
kakkokari-gtyih 2023-12-01 21:47:19 +09:00
parent 46e464363e
commit adc15a6d1d

View File

@ -10,5 +10,5 @@ if [[ "$VERCEL_GIT_COMMIT_REF" == "l10n_master" ]] ; then
else
# Proceed with the build
echo "✅ - Build can proceed"
exit 0;
exit 1;
fi