Edit .drone.yml
This commit is contained in:
parent
577f3e20a3
commit
805c6ff613
|
@ -2,6 +2,7 @@ pipeline:
|
||||||
build:
|
build:
|
||||||
image: golang
|
image: golang
|
||||||
commands:
|
commands:
|
||||||
|
- go get -d code.dnix.de/an/flokatilib/...
|
||||||
- go get -d ./...
|
- go get -d ./...
|
||||||
- go build
|
|
||||||
- go test
|
- go test
|
||||||
|
- go build
|
||||||
|
|
Loading…
Reference in New Issue