Skip to content

Commit

Permalink
Merge pull request #51061 from ClickHouse/fix-sqlancer
Browse files Browse the repository at this point in the history
Do not spam sqlancer build log
  • Loading branch information
Felixoid committed Jun 15, 2023
2 parents ff093ec + 5d4a3ac commit 2e3cb10
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/test/sqlancer/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ RUN mkdir /sqlancer && \
wget -q -O- https://github.com/sqlancer/sqlancer/archive/main.tar.gz | \
tar zx -C /sqlancer && \
cd /sqlancer/sqlancer-main && \
mvn package -DskipTests && \
mvn --no-transfer-progress package -DskipTests && \
rm -r /root/.m2

COPY run.sh /
Expand Down

0 comments on commit 2e3cb10

Please sign in to comment.