Skip to content

Commit

Permalink
Fix operator SDK version as master is too unpredicatable at the moment (
Browse files Browse the repository at this point in the history
#92)

* Fix operator SDK version as master is too unpredicatable at the moment

Signed-off-by: Gary Brown <gary@brownuk.com>
  • Loading branch information
objectiser authored and jpkrohling committed Nov 7, 2018
1 parent 17e8480 commit 6bcef38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CONTRIBUTING.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ mkdir -p $GOPATH/src/github.com/operator-framework
cd $GOPATH/src/github.com/operator-framework
git clone https://github.com/operator-framework/operator-sdk
cd operator-sdk
git checkout master
git checkout v0.0.7
make dep
make install
----
Expand Down

0 comments on commit 6bcef38

Please sign in to comment.