chore: add missing -y flag in build
parent
85ca1554b1
commit
342989ce96
|
@ -6,7 +6,7 @@ steps:
|
|||
- name: Static checks
|
||||
image: eclipse-temurin:17-jdk
|
||||
commands:
|
||||
- apt-get update -qq && apt-get install python3 pip && pip install pre-commit
|
||||
- apt-get update -qq && apt-get install -y python3 pip && 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