Skip to content

Commit

Permalink
CI: Silence the docker pull progress messages
Browse files Browse the repository at this point in the history
  • Loading branch information
stagnation committed Mar 4, 2024
1 parent 7949fa4 commit 50401a6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tools/test-deployment-docker-compose.sh
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ trap cleanup EXIT

# --- Run remote execution ---
rm -rf volumes/storage-*
./run.sh -d
./run.sh --quiet-pull --detach
# NB: 'up' exits with non-zero exit code.
docker compose up --wait || true
bazel_command_log="$(bazel info output_base)/command.log"
Expand Down

0 comments on commit 50401a6

Please sign in to comment.