Skip to content

Commit

Permalink
test - removed matrix-react-sdk from dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Junjiequan committed Jul 7, 2024
1 parent c75021f commit a4a16ba
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,8 +4,8 @@ FROM --platform=$BUILDPLATFORM node:22-bullseye as builder
# Support custom branches of the react-sdk and js-sdk. This also helps us build
# images of element-web develop.
ARG USE_CUSTOM_SDKS=true
ARG REACT_SDK_REPO="https://github.com/SciCatProject/matrix-react-sdk.git"
ARG REACT_SDK_BRANCH="master"
# ARG REACT_SDK_REPO="https://github.com/SciCatProject/matrix-react-sdk.git"
# ARG REACT_SDK_BRANCH="master"
ARG JS_SDK_REPO="https://github.com/matrix-org/matrix-js-sdk.git"
ARG JS_SDK_BRANCH="master"

Expand Down

0 comments on commit a4a16ba

Please sign in to comment.