mirror of
https://github.com/ipedrazas/drone-helm.git
synced 2026-06-04 18:24:13 +08:00
using dep ensure -update for the drone build to use latest plugin version
This commit is contained in:
+1
-1
@@ -7,7 +7,7 @@ pipeline:
|
||||
pull: true
|
||||
commands:
|
||||
- go get -u github.com/golang/dep/cmd/dep
|
||||
- dep ensure
|
||||
- dep ensure -update
|
||||
|
||||
test:
|
||||
image: golang:1.10
|
||||
|
||||
Reference in New Issue
Block a user