+3
-1
@@ -3,9 +3,10 @@ type: docker
|
||||
name: go-lib/util
|
||||
environment:
|
||||
VERSION: development
|
||||
|
||||
workspace:
|
||||
base: /go
|
||||
# path: src/github.com/octocat/hello-world
|
||||
path: /src/scm.yoorie.de/go-lib/util
|
||||
|
||||
steps:
|
||||
- name: prepare
|
||||
@@ -27,6 +28,7 @@ steps:
|
||||
image: golang
|
||||
commands:
|
||||
- govulncheck ./...
|
||||
- ls -la /go/
|
||||
depends_on:
|
||||
- prepare
|
||||
|
||||
|
||||
Reference in New Issue
Block a user