mirror of
https://github.com/helm/charts.git
synced 2026-08-23 22:37:45 +00:00
Fix shell script to install deps (#1274)
* Fix shell script to install deps * newline
This commit is contained in:
committed by
GitHub
parent
b34cc6712d
commit
2058e36cce
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user