From 18eaa3f4e00006ab41715f754f4d75d697272679 Mon Sep 17 00:00:00 2001 From: light7734 Date: Fri, 11 Jul 2025 16:05:02 +0330 Subject: [PATCH] ci: clone recursively in ci --- .drone.yml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/.drone.yml b/.drone.yml index f6bb239..11b9c2e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,6 +1,8 @@ kind: pipeline type: docker name: clang format +clone: + recursive: true trigger: branch: @@ -30,6 +32,8 @@ steps: kind: pipeline type: docker name: static analysis +clone: + recursive: true trigger: branch: