NO-ISSUE: New drone step
continuous-integration/drone/push Build is failing
Details
continuous-integration/drone/push Build is failing
Details
This commit is contained in:
parent
05a61bba86
commit
3d154a90cb
10
.drone.yml
10
.drone.yml
|
|
@ -12,7 +12,15 @@ steps:
|
||||||
- gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./...
|
- gotestsum --format testname --junitfile .build/unittests.xml -- -coverprofile=.build/coverage.txt ./...
|
||||||
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
- go install golang.org/x/vuln/cmd/govulncheck@latest
|
||||||
- govulncheck -v ./...
|
- govulncheck -v ./...
|
||||||
|
- name: publish
|
||||||
|
image: golang
|
||||||
|
commands:
|
||||||
|
- echo "Publishing not implemented yet"
|
||||||
|
when:
|
||||||
|
branch:
|
||||||
|
- main
|
||||||
|
event:
|
||||||
|
- custom
|
||||||
trigger:
|
trigger:
|
||||||
event:
|
event:
|
||||||
- push
|
- push
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue