Skip to content

Commit

Permalink
Make CONTIV_K8S_VERSION able to be override
Browse files Browse the repository at this point in the history
  • Loading branch information
Wei Tie committed Jan 17, 2018
1 parent 183b384 commit 358b9be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

DEFAULT_DOCKER_VERSION := 1.12.6
V2PLUGIN_DOCKER_VERSION := 1.13.1
CONTIV_K8S_VERSION := stable
CONTIV_K8S_VERSION ?= stable
SHELL := /bin/bash
# TODO: contivmodel should be removed once its code passes golint and misspell
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install contivmodel
Expand Down

0 comments on commit 358b9be

Please sign in to comment.