Skip to content

Commit

Permalink
Fixing operator-sdk to v0.12.0 for now
Browse files Browse the repository at this point in the history
  • Loading branch information
nmaupu committed Jul 20, 2020
1 parent 7caa81f commit aae2669
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 @@ -20,7 +20,7 @@ jobs:
cd $GOPATH/src/github.com/operator-framework
git clone https://github.com/operator-framework/operator-sdk.git
cd $GOPATH/src/github.com/operator-framework/operator-sdk
git checkout master
git checkout v0.12.0
make tidy
make install
- persist_to_workspace:
Expand Down

0 comments on commit aae2669

Please sign in to comment.