Updating 1.9 navigation (#9473)

* Updating 1.9 navigation

Update 1.10 path

Trying to debug Travis CI failure

Update test case from #9423

Updating 1.9 navigation

Update 1.10 path

Trying to debug Travis CI failure

Update from #9423

1.9, not 1.8

* Update examples_test.go
This commit is contained in:
Zach Corleissen
2018-07-18 19:42:42 -07:00
committed by k8s-ci-robot
parent b623b38c30
commit 585aa030ba
3 changed files with 13 additions and 9 deletions
+6 -2
View File
@@ -7,14 +7,18 @@ install:
- export PATH=$GOPATH/bin:$PATH
- mkdir -p $HOME/gopath/src/k8s.io
- mv $TRAVIS_BUILD_DIR $HOME/gopath/src/k8s.io/website
- cd $HOME/gopath/src/k8s.io/website
# (1) Fetch dependencies for us to run the tests in test/examples_test.go
- go get -t -v k8s.io/website/test
- pushd $GOPATH/src/k8s.io && git clone https://github.com/kubernetes/kubernetes && popd
- pushd $GOPATH/src/k8s.io/kubernetes && git checkout release-1.9 && popd
# Simplified deduplication of dependencies.
# (2) Simplified deduplication of dependencies.
- cp -L -R $GOPATH/src/k8s.io/kubernetes/vendor/ $GOPATH/src/
- rm -r $GOPATH/src/k8s.io/kubernetes/vendor/
- go get -t -v k8s.io/website/test
script:
- go test -v k8s.io/website/test
- ./verify-docs-format.sh