From 3d154a90cbf5a85cfd821251cd81aeeeff03709f Mon Sep 17 00:00:00 2001 From: Stefan Goppelt Date: Sun, 14 Sep 2025 19:39:20 +0200 Subject: [PATCH] NO-ISSUE: New drone step --- .drone.yml | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/.drone.yml b/.drone.yml index 9964fa6..b0cbb8b 100644 --- a/.drone.yml +++ b/.drone.yml @@ -12,7 +12,15 @@ steps: - gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./... - go install golang.org/x/vuln/cmd/govulncheck@latest - govulncheck -v ./... - +- name: publish + image: golang + commands: + - echo "Publishing not implemented yet" + when: + branch: + - main + event: + - custom trigger: event: - push