Skip to content

Commit

Permalink
deep checkout element web when building container
Browse files Browse the repository at this point in the history
Signed-off-by: Kim Brose <kim.brose@nordeck.net>
  • Loading branch information
HarHarLinks committed Nov 20, 2024
1 parent aaa2fb2 commit f6c76ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion e2e/src/deploy/elementWeb/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ ARG ELEMENT_VERSION="master"
WORKDIR /src

# Clone the release tag from element
RUN git clone --depth 1 --branch $ELEMENT_VERSION https://github.com/element-hq/element-web.git /src
# Cannot be shallow so we can determine a release version later
RUN git clone --branch $ELEMENT_VERSION https://github.com/element-hq/element-web.git /src

RUN yarn --network-timeout=200000 install

Expand Down

0 comments on commit f6c76ad

Please sign in to comment.