From 6c0d4de8f398993bb5395ccce20716e5bbcc9648 Mon Sep 17 00:00:00 2001 From: Agusti Fernandez Pardo Date: Fri, 20 May 2022 22:59:15 +0200 Subject: [PATCH] fix: move clone from main to feat/v15x --- scripts/vercel-deploy.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/vercel-deploy.sh b/scripts/vercel-deploy.sh index 2c801645a1..82a3044458 100755 --- a/scripts/vercel-deploy.sh +++ b/scripts/vercel-deploy.sh @@ -27,7 +27,7 @@ fi # stop execution on error - don't let it build if something goes wrong set -e -git config --global init.defaultBranch main +git config --global init.defaultBranch feat/node-v15x git config --global advice.detachedHead false # set up an empty temporary work directory