From 1af285036c21d6e156cc5525e2a2692ff95296c1 Mon Sep 17 00:00:00 2001 From: thdupin2 Date: Sun, 16 Jun 2024 19:11:57 +0200 Subject: [PATCH] :bug: fix: update drone.yml --- .drone.yml | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/.drone.yml b/.drone.yml index 1963e61..31ede7e 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,5 +1,10 @@ +kind: pipeline +type: docker +name: CI + trigger: event: - push - steps: - - name: code-analysis \ No newline at end of file + +steps: + - name: code-analysis \ No newline at end of file