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