chore: be more quiet when installing packages
parent
32c01ec5dc
commit
318409f9d6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue