mirror of https://github.com/kubernetes/kops.git
Merge pull request #504 from justinsb/fix_godeps_prefix
Fix godep prefix
This commit is contained in:
commit
ff4c4065f2
2
Makefile
2
Makefile
|
|
@ -35,7 +35,7 @@ kops: gobindata
|
|||
|
||||
gobindata:
|
||||
go build ${EXTRA_BUILDFLAGS} -ldflags "${EXTRA_LDFLAGS}" -o ${GOPATH_1ST}/bin/go-bindata k8s.io/kops/vendor/github.com/jteeuwen/go-bindata/go-bindata
|
||||
cd ${GOPATH_1ST}/src/k8s.io/kops; ${GOPATH_1ST}/bin/go-bindata -o upup/models/bindata.go -pkg models -ignore="\\.DS_Store" -ignore=".*\\.go" -prefix upup/ upup/models/...
|
||||
cd ${GOPATH_1ST}/src/k8s.io/kops; ${GOPATH_1ST}/bin/go-bindata -o upup/models/bindata.go -pkg models -ignore="\\.DS_Store" -ignore=".*\\.go" -prefix upup/models/ upup/models/...
|
||||
|
||||
# Build in a docker container with golang 1.X
|
||||
# Used to test we have not broken 1.X
|
||||
|
|
|
|||
Loading…
Reference in New Issue