Skip to content

Commit

Permalink
Fixed make kind (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
tomikazi authored and ray-milkey committed Sep 25, 2019
1 parent dd7ea6d commit 5dcec35
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,11 @@ integration: kind
images: # @HELP build all Docker images
images: build onos-control-docker onos-control-debug-docker

kind: # @HELP build Docker images and add them to the currently configured kind cluster
kind: images
@if [ "`kind get clusters`" = '' ]; then echo "no kind cluster found" && exit 1; fi
kind load docker-image onosproject/onos-config:${ONOS_CONTROL_DEBUG_VERSION}

all: build images


Expand Down

0 comments on commit 5dcec35

Please sign in to comment.