Merge pull request #5280 from adamreese/v3/appveyor-cache

ref(ci): persist dep cache
pull/5284/head
Adam Reese 6 years ago committed by GitHub
commit 122ae70dc5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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