mirror of https://github.com/helm/helm
parent
dee2a1a000
commit
819c5c5ed3
@ -0,0 +1,18 @@
|
||||
version: "{build}"
|
||||
clone_folder: c:\go\src\k8s.io\helm
|
||||
environment:
|
||||
GOPATH: c:\go
|
||||
PATH: c:\ProgramData\bin;$(PATH)
|
||||
install:
|
||||
- ps: iex ((New-Object System.Net.WebClient).DownloadString('https://raw.githubusercontent.com/fishworks/gofish/master/scripts/install.ps1'))
|
||||
- gofish init
|
||||
- gofish install dep go
|
||||
- go version
|
||||
- dep ensure -vendor-only
|
||||
cache:
|
||||
- vendor -> Gopkg.lock
|
||||
build: "off"
|
||||
deploy: "off"
|
||||
test_script:
|
||||
- go build .\cmd\...
|
||||
- go test .\...
|
@ -0,0 +1 @@
|
||||
Error: FindFirstFile \no\such\chart: The system cannot find the path specified.
|
@ -0,0 +1 @@
|
||||
WARNING: no requirements at testdata\testcharts\alpine\charts
|
@ -1 +0,0 @@
|
||||
../../frobnitz
|
Loading…
Reference in new issue