ref(ci): persist dep cache

AppVeyor should persist dep's store of remote repositories.

Signed-off-by: Adam Reese <adam@reese.io>
pull/5280/head
Adam Reese 5 years ago
parent 5eb48f4471
commit 23670f68f7
No known key found for this signature in database
GPG Key ID: 06F35E60A7A18DD6

@ -11,8 +11,8 @@ install:
- go version
- dep ensure -vendor-only -v
cache:
- c:\go\src\k8s.io\helm\vendor -> Gopkg.lock
- c:\go\cache -> Gopkg.lock
- c:\go\pkg\dep -> Gopkg.lock
- c:\go\cache
build: "off"
deploy: "off"
test_script:

Loading…
Cancel
Save