File tree Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Expand file tree Collapse file tree 2 files changed +3
-14
lines changed Original file line number Diff line number Diff line change @@ -3,11 +3,9 @@ FROM node:10 as builder
33
44# Support custom branches of the react-sdk and js-sdk. This also helps us build
55# images of riot-web develop.
6- ARG USE_CUSTOM_SDKS=false
7- ARG REACT_SDK_REPO="https://github.com/matrix-org/matrix-react-sdk.git"
8- ARG REACT_SDK_BRANCH="master"
9- ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
10- ARG JS_SDK_BRANCH="master"
6+ ARG USE_CUSTOM_SDKS=true
7+ ARG REACT_SDK_REPO="https://github.com/awesome-technologies/matrix-react-sdk.git"
8+ ARG REACT_SDK_BRANCH="2020.09.0-amp.chat"
119
1210RUN apt-get update && apt-get install -y git dos2unix
1311
Original file line number Diff line number Diff line change 1919 exit 0
2020fi
2121
22- echo " Linking js-sdk"
23- git clone --depth 1 --branch $JS_SDK_BRANCH $JS_SDK_REPO js-sdk
24- cd js-sdk
25- yarn link
26- yarn --network-timeout=100000 install
27- cd ../
28-
2922echo " Linking react-sdk"
3023git clone --depth 1 --branch $REACT_SDK_BRANCH $REACT_SDK_REPO react-sdk
3124cd react-sdk
3225yarn link
33- yarn link matrix-js-sdk
3426yarn --network-timeout=100000 install
3527cd ../
3628
3729echo " Setting up riot-web with react-sdk and js-sdk packages"
38- yarn link matrix-js-sdk
3930yarn link matrix-react-sdk
You can’t perform that action at this time.
0 commit comments