mirror of https://github.com/kubernetes/kops.git
upup: symlink models directory for people building from source
This commit is contained in:
parent
3040676a3b
commit
8472b39016
|
@ -1,5 +1,6 @@
|
|||
gocode: godeps
|
||||
GO15VENDOREXPERIMENT=1 go install k8s.io/kube-deploy/upup/cmd/...
|
||||
ln -sfn ${GOPATH}/src/k8s.io/kube-deploy/upup/models/ ${GOPATH}/bin/models
|
||||
|
||||
codegen:
|
||||
GO15VENDOREXPERIMENT=1 go install k8s.io/kube-deploy/upup/tools/generators/...
|
||||
|
|
Loading…
Reference in New Issue