forked from kubernetes/website
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
f3231a2
commit c44e1ba
Showing
3 changed files
with
23 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,13 @@ | ||
Note: These tests are importing code from kubernetes that isn't really | ||
meant to be used outside the repo. This causes vendoring problems. As | ||
a result, we have to work around those with these lines in the travis | ||
config: | ||
|
||
``` | ||
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apimachinery | ||
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/apiserver | ||
- rm $GOPATH/src/k8s.io/kubernetes/vendor/k8s.io/client-go | ||
- cp -r $GOPATH/src/k8s.io/kubernetes/vendor/* $GOPATH/src/ | ||
- rm -rf $GOPATH/src/k8s.io/kubernetes/vendor/* | ||
- cp -r $GOPATH/src/k8s.io/kubernetes/staging/src/* $GOPATH/src/ | ||
``` |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters