mirror of
https://github.com/drone-plugins/drone-docker.git
synced 2026-06-04 10:15:30 +08:00
align build stage testing with other plugins
This commit is contained in:
+2
-1
@@ -8,7 +8,8 @@ pipeline:
|
||||
commands:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
- go test ./...
|
||||
- go vet ./...
|
||||
- go test -cover ./...
|
||||
- sh .drone.sh
|
||||
|
||||
publish:
|
||||
|
||||
Reference in New Issue
Block a user