Testing '.drone.yml'
the build failed
Details
the build failed
Details
This commit is contained in:
parent
21e48598f2
commit
a6dc5ba86d
|
@ -4,6 +4,6 @@ pipeline:
|
||||||
environment:
|
environment:
|
||||||
- FOO=6
|
- FOO=6
|
||||||
commands:
|
commands:
|
||||||
- go get -a -v
|
- go get -d ./...
|
||||||
- go test
|
- go test
|
||||||
- go build
|
- go build
|
Loading…
Reference in New Issue