fix: vercel need build exit code
Signed-off-by: Innei <tukon479@gmail.com>
This commit is contained in:
parent
ace98a2cac
commit
e74c7bfc11
|
|
@ -15,8 +15,8 @@ done
|
|||
if [ "$ONLY_SERVER_CHANGES" = true ]; then
|
||||
|
||||
echo "skip"
|
||||
exit 1
|
||||
exit 0
|
||||
else
|
||||
echo "continue"
|
||||
exit 0
|
||||
exit 1
|
||||
fi
|
||||
|
|
|
|||
Loading…
Reference in New Issue