From 318409f9d61a30005bdd940fedd5579743e236dd Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 27 Mar 2023 15:47:25 +0200 Subject: [PATCH] chore: be more quiet when installing packages --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index f6d8ff0..d6b2b06 100644 --- a/.drone.yml +++ b/.drone.yml @@ -6,7 +6,7 @@ steps: - name: Static checks image: eclipse-temurin:17-jdk commands: - - apt-get update -qq && apt-get install -y python3 pip git && pip install pre-commit + - apt-get update -qq && apt-get install -qy python3 pip git && pip install pre-commit - pre-commit run --all-files - name: UT & IT Tests image: quay.io/testcontainers/dind-drone-plugin