Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
knusbaum committed Feb 5, 2020
1 parent d81dd9e commit 8092bd5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .circleci/config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
# github.com/googleapis/gnostic to fix a breaking change made in
# gnostic. See kubernetes/client-go#731
command: |
go get k8s.io/client-go/...
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:
Expand Down

0 comments on commit 8092bd5

Please sign in to comment.