Skip to content

Commit

Permalink
.circleci/config.yml pin gnostic at a v0.4.0 so k8s.io/client-go will…
Browse files Browse the repository at this point in the history
… compile.
  • Loading branch information
knusbaum committed Feb 4, 2020
1 parent 7704362 commit b3dd239
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,25 @@ jobs:
https://github.com/go-redis/redis
contrib/go-redis/redis/vendor/github.com/go-redis/redis
- run:
name: Checkout k8s.io/client-go
# 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
- run:
name: Fetching dependencies
command: |
Expand Down

0 comments on commit b3dd239

Please sign in to comment.