We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 872a7a7 + f5bd5a3 commit 71f2f0eCopy full SHA for 71f2f0e
scripts/docker-link-repos.sh
@@ -20,17 +20,15 @@ then
20
fi
21
22
echo "Linking js-sdk"
23
-git clone $JS_SDK_REPO js-sdk
+git clone --depth 1 --branch $JS_SDK_BRANCH $JS_SDK_REPO js-sdk
24
cd js-sdk
25
-git checkout $JS_SDK_BRANCH
26
yarn link
27
yarn --network-timeout=100000 install
28
cd ../
29
30
echo "Linking react-sdk"
31
-git clone $REACT_SDK_REPO react-sdk
+git clone --depth 1 --branch $REACT_SDK_BRANCH $REACT_SDK_REPO react-sdk
32
cd react-sdk
33
-git checkout $REACT_SDK_BRANCH
34
35
yarn link matrix-js-sdk
36
0 commit comments