Skip to content

Commit

Permalink
minikube: skip making cli
Browse files Browse the repository at this point in the history
Signed-off-by: Abhishek Gaikwad <[email protected]>
  • Loading branch information
gaikwadabhishek authored and alex-aizman committed Nov 10, 2023
1 parent 8998aee commit 6cceaeb
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions deploy/dev/k8s/minimal.sh
Original file line number Diff line number Diff line change
Expand Up @@ -79,11 +79,7 @@ kubectl get pods -o wide
echo "Done."
echo ""

# Build the CLI in the appropriate directory
(cd ../../../ && make cli)
echo ""

# Set AIS_ENDPOINT for use with the CLI
export AIS_ENDPOINT=$HOST_URL
echo "Set the \"AIS_ENDPOINT\" for use of CLI:"
echo "export AIS_ENDPOINT=\"$AIS_ENDPOINT\""
echo "export AIS_ENDPOINT=\"$AIS_ENDPOINT\""

0 comments on commit 6cceaeb

Please sign in to comment.