chore: be more quiet when installing packages
continuous-integration/drone/pr Build is failing Details
continuous-integration/drone/push Build is failing Details

pull/1/head
Davide Polonio 2023-03-27 15:47:25 +02:00
parent 32c01ec5dc
commit 318409f9d6
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@ steps:
- name: Static checks - name: Static checks
image: eclipse-temurin:17-jdk image: eclipse-temurin:17-jdk
commands: 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 - pre-commit run --all-files
- name: UT & IT Tests - name: UT & IT Tests
image: quay.io/testcontainers/dind-drone-plugin image: quay.io/testcontainers/dind-drone-plugin