From e1336254051feb99f3f12306186af2be4d7965aa Mon Sep 17 00:00:00 2001 From: David Baker Date: Mon, 7 Nov 2022 17:37:40 +0000 Subject: [PATCH] Don't check out group-call branch in build script This build script might change more soon (we shouldn't really need to checkout & link the js-sdk at all) but for now let's just switch the branch now group-call is merged. --- scripts/dockerbuild.sh | 1 - 1 file changed, 1 deletion(-) diff --git a/scripts/dockerbuild.sh b/scripts/dockerbuild.sh index 7dce8f6..cda60c2 100755 --- a/scripts/dockerbuild.sh +++ b/scripts/dockerbuild.sh @@ -7,7 +7,6 @@ export VITE_PRODUCT_NAME="Element Call" git clone https://github.com/matrix-org/matrix-js-sdk.git cd matrix-js-sdk -git checkout robertlong/group-call yarn install yarn run build yarn link