vercel-adapt
This commit is contained in:
parent
f55fad3d76
commit
d2771ac2a4
13
deploy.sh
13
deploy.sh
|
@ -1,8 +1,7 @@
|
|||
if [
|
||||
"$(git rev-parse --abbrev-ref HEAD)" = "router-upgrade"
|
||||
] || [
|
||||
"$(git rev-parse --abbrev-ref HEAD)" = "feature/rating"
|
||||
];
|
||||
then exit 1;
|
||||
else exit 0;
|
||||
if [ "$VERCEL_GIT_COMMIT_REF" = "router-upgrade" ] || [ "$VERCEL_GIT_COMMIT_REF" = "feature/rating" ]; then
|
||||
echo "Building on solid start"
|
||||
exit 1
|
||||
else
|
||||
echo "Not on solid start"
|
||||
exit 0
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user