Skip to content

Commit

Permalink
Use a specific OVNK commit
Browse files Browse the repository at this point in the history
This ensures our builds don't suddenly break because of OVNK changes.

Signed-off-by: Stephen Kitt <[email protected]>
  • Loading branch information
skitt authored and sridhargaddam committed Oct 4, 2023
1 parent 2a7fc97 commit 4f4f5cb
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/shared/lib/clusters_kind
Original file line number Diff line number Diff line change
Expand Up @@ -245,6 +245,7 @@ function prepare_ovn() {
rm -rf ovn-kubernetes
git clone https://github.com/ovn-org/ovn-kubernetes
pushd ovn-kubernetes || exit
git checkout c6d8579689fe3b15c87abdf7e7647777bad26605

make -C go-controller

Expand Down

0 comments on commit 4f4f5cb

Please sign in to comment.