From 5ba0f4bcb502090418a1ebdcbac4e2aec1cda7e7 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 2 Jan 2024 16:39:49 +0300 Subject: [PATCH] update pipeline drone --- .drone.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.drone.yml b/.drone.yml index cbd0435..3151fd8 100644 --- a/.drone.yml +++ b/.drone.yml @@ -1,3 +1,4 @@ +--- kind: pipeline name: default @@ -15,6 +16,7 @@ steps: commands: - golangci-lint run +--- kind: pipeline name: otel