From 3bd0cf916a413094d4c8a98cb438d5be49584a76 Mon Sep 17 00:00:00 2001 From: andrey Date: Tue, 2 Jan 2024 16:52:11 +0300 Subject: [PATCH] update pipelline --- .drone.yml | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.drone.yml b/.drone.yml index 90a8739..fe70c27 100644 --- a/.drone.yml +++ b/.drone.yml @@ -17,11 +17,16 @@ steps: commands: - golangci-lint run +volumes: +- name: deps + temp: {} + --- kind: pipeline type: docker name: otel +steps: - name: test image: golang:1.21.5 volumes: