Fix path for Tiller instance in .travis.yml
Overlooked an issue with the path for running Tiller locally. Should be $GOPATH instead of $HOME/gopath
This commit is contained in:
parent
0ce0081740
commit
b006bdf48e
@ -21,7 +21,7 @@ install:
|
||||
script:
|
||||
- cd $TRAVIS_BUILD_DIR
|
||||
- bash travis-ci/kubeadm_setup.sh
|
||||
- $HOME/gopath/src/k8s.io/helm/bin/tiller &
|
||||
- $GOPATH/src/k8s.io/helm/bin/tiller &
|
||||
- export HELM_HOST=localhost:44134
|
||||
- helm init --client-only
|
||||
- helm version
|
||||
|
Loading…
Reference in New Issue
Block a user