Skip to content

Commit

Permalink
.circleci/config.yml: test pulling specific k8s.io version.
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Feb 5, 2020
1 parent d244412 commit 6968406
Showing 1 changed file with 1 addition and 13 deletions.
14 changes: 1 addition & 13 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,19 +110,7 @@ jobs:
# This step checks out k8s.io/client-go so we can
# vendor the dependencies.
command: >
git clone
https://github.com/kubernetes/client-go
$GOPATH/src/k8s.io/client-go
- run:
name: Vendor gnostic
# This step vendors github.com/googleapis/gnostic in the
# k8s.io/client-go package, because it won't build with the
# current master.
command: >
git clone --branch v0.4.0
https://github.com/googleapis/gnostic
$GOPATH/src/k8s.io/client-go/vendor/github.com/googleapis/gnostic
go get k8s.io/client-go@v12.0.0

- run:
name: Fetching dependencies
Expand Down

0 comments on commit 6968406

Please sign in to comment.