NO-ISSUE: Check dir
continuous-integration/drone/push Build is passing
Details
continuous-integration/drone/push Build is passing
Details
This commit is contained in:
parent
dd6ea6b73b
commit
ec9c29f52b
|
|
@ -3,9 +3,10 @@ type: docker
|
||||||
name: go-lib/util
|
name: go-lib/util
|
||||||
environment:
|
environment:
|
||||||
VERSION: development
|
VERSION: development
|
||||||
|
|
||||||
workspace:
|
workspace:
|
||||||
base: /go
|
base: /go
|
||||||
# path: src/github.com/octocat/hello-world
|
path: /src/scm.yoorie.de/go-lib/util
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: prepare
|
- name: prepare
|
||||||
|
|
@ -27,6 +28,7 @@ steps:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
- govulncheck ./...
|
- govulncheck ./...
|
||||||
|
- ls -la /go/
|
||||||
depends_on:
|
depends_on:
|
||||||
- prepare
|
- prepare
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue