Browse Source

add new pipeline

pull/10/head
andrey 11 months ago
parent
commit
7820ab977b
  1. 7
      .drone.yml

7
.drone.yml

@ -15,7 +15,10 @@ steps:
commands: commands:
- golangci-lint run - golangci-lint run
- name: test:otel kind: pipeline
name: otel
- name: test
image: golang:1.21.5 image: golang:1.21.5
volumes: volumes:
- name: deps - name: deps
@ -24,7 +27,7 @@ steps:
- cd handler/otel - cd handler/otel
- go test - go test
- name: golangci-lint:otel - name: golangci-lint
image: golangci/golangci-lint:v1.55 image: golangci/golangci-lint:v1.55
commands: commands:
- cd handler/otel - cd handler/otel

Loading…
Cancel
Save