Skip to content

Commit

Permalink
disable verbosity for CI
Browse files Browse the repository at this point in the history
  • Loading branch information
3vilhamster committed Dec 18, 2023
1 parent 24185be commit ce36015
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/buildkite/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ RUN apt-get update && apt-get install -y --no-install-recommends \

RUN pip install cqlsh
# verbose test output from `make`, can be disabled with V=0
ENV V=1
ENV V=0

# https://github.com/docker-library/golang/blob/c1baf037d71331eb0b8d4c70cff4c29cf124c5e0/1.4/Dockerfile
RUN mkdir -p /cadence
Expand Down

0 comments on commit ce36015

Please sign in to comment.