Skip to content

Commit

Permalink
.circleci/config.yml: vendor gnostic for k8s.io/client-go
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Feb 5, 2020
1 parent 7704362 commit 35008b9
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,15 @@ jobs:
https://github.com/go-redis/redis
contrib/go-redis/redis/vendor/github.com/go-redis/redis
- run:
name: Vendor github.com/googleapis/gnostic for k8s.io/client-go
# This step checks out k8s.io/client-go and vendors
# github.com/googleapis/gnostic to fix a breaking change made in
# gnostic. See kubernetes/client-go#731
command: |
git clone https://github.com/kubernetes/client-go $GOPATH/src/k8s.io/client-go
git clone --branch v0.4.0 https://github.com/googleapis/gnostic $GOPATH/src/k8s.io/client-go/vendor/github.com/googleapis/gnostic
- run:
name: Fetching dependencies
command: |
Expand Down

0 comments on commit 35008b9

Please sign in to comment.