From 342989ce961c035beab570ffd5f13662994d05c2 Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 27 Mar 2023 13:24:46 +0200 Subject: [PATCH] chore: add missing -y flag in build --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 3d9e5e0..53df1c6 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 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