From 715de8e4e1b6df215d215914ad2e1f1ea2c4f00b Mon Sep 17 00:00:00 2001 From: Davide Polonio Date: Mon, 27 Mar 2023 15:27:43 +0200 Subject: [PATCH] chore: add missing git package --- .drone.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 53df1c6..f6d8ff0 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 && pip install pre-commit + - apt-get update -qq && apt-get install -y python3 pip git && pip install pre-commit - pre-commit run --all-files - name: UT & IT Tests image: quay.io/testcontainers/dind-drone-plugin