Fix shell script to install deps (#1274)

* Fix shell script to install deps

* newline
This commit is contained in:
Anirudh Ramanathan
2017-06-09 17:23:38 -07:00
committed by GitHub
parent b34cc6712d
commit 2058e36cce
+3 -1
View File
@@ -19,4 +19,6 @@ rm -f ${HELM_TARBALL}
linux-amd64/helm init --upgrade
# Run test framework
go run /src/k8s.io/charts/test/helm-test/main.go
cd /src/k8s.io/charts/test/
go get -v ./...
go run ./helm-test/main.go