Skip to content

Commit

Permalink
Backport #51060 to 23.5: Sqlancer has changed master to main
Browse files Browse the repository at this point in the history
  • Loading branch information
robot-clickhouse committed Jun 16, 2023
1 parent 298b093 commit cc26757
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docker/test/sqlancer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,9 +12,9 @@ RUN apt-get update --yes && \
# We need to get the repository's HEAD each time despite, so we invalidate layers' cache
ARG CACHE_INVALIDATOR=0
RUN mkdir /sqlancer && \
wget -q -O- https://github.com/sqlancer/sqlancer/archive/master.tar.gz | \
wget -q -O- https://github.com/sqlancer/sqlancer/archive/main.tar.gz | \
tar zx -C /sqlancer && \
cd /sqlancer/sqlancer-master && \
cd /sqlancer/sqlancer-main && \
mvn package -DskipTests && \
rm -r /root/.m2

Expand Down

0 comments on commit cc26757

Please sign in to comment.