Skip to content

Commit

Permalink
(fix) torture image regex
Browse files Browse the repository at this point in the history
  • Loading branch information
hrenard committed May 11, 2022
1 parent 24f7929 commit e8e5855
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion images/torture/Containerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM markhobson/maven-chrome:jdk-11
ARG JITSI_VERSION
RUN git clone --depth 1 --branch $(echo $JITSI_VERSION | sed -r "s/(.+)-(.+)(-.*)/jitsi-meet_\2/") https://github.com/jitsi/jitsi-meet-torture.git
RUN git clone --depth 1 --branch $(echo $JITSI_VERSION | sed -r "s/[a-z]+-([0-9]+)(-[0-9]+)?/jitsi-meet_\1/") https://github.com/jitsi/jitsi-meet-torture.git
WORKDIR jitsi-meet-torture
RUN mvn install -DskipTests -Dcheckstyle.skip

Expand Down

0 comments on commit e8e5855

Please sign in to comment.