Print out dep status

This commit is contained in:
Thomas Boerger
2018-04-22 09:58:25 +02:00
parent 46a67c3a0c
commit 09b2a0b327
+1
View File
@@ -9,6 +9,7 @@ pipeline:
commands:
- go get -u github.com/golang/dep/cmd/dep
- dep ensure
- dep status
test:
image: golang:1.10