You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
echo"⚠️ ../prisma diverges from prisma/prisma main branch. Test results might diverge from those in CI ⚠️ ";\
287
288
fi\
288
289
else\
289
-
git clone --depth=1 https://github.com/prisma/prisma.git "../prisma"&&echo"Prisma repository has been cloned to ../prisma";\
290
+
git clone --depth=1 https://github.com/prisma/prisma.git --branch=$(DRIVER_ADAPTERS_BRANCH)"../prisma"&&echo"Prisma repository has been cloned to ../prisma";\
290
291
fi;
291
292
292
293
# Quick schema validation of whatever you have in the dev_datamodel.prisma file.
0 commit comments