Update the helm-test path (#1916)

This commit is contained in:
Anirudh Ramanathan
2017-09-04 14:45:04 +01:00
committed by Adnan Abdulhussein
parent 5b015dd21c
commit bfecb49c63
+2 -2
View File
@@ -108,8 +108,8 @@ var (
TEST_FAILURE_CODE = 2
// File path constants
whiteListYamlPath = "/src/k8s.io/charts/test/helm-test/whitelist.yaml"
chartsBasePath = "/src/k8s.io/charts"
chartsBasePath = path.Join(os.Getenv("GOPATH"), "/src/k8s.io/charts")
whiteListYamlPath = path.Join(chartsBasePath, "test/helm-test/whitelist.yaml")
helmPath = "linux-amd64/helm"
kubectlPath = "/workspace/kubernetes/client/bin/kubectl"
)