Skip to content

Commit 358b9be

Browse files
author
Wei Tie
committed
Make CONTIV_K8S_VERSION able to be override
1 parent 183b384 commit 358b9be

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@
77

88
DEFAULT_DOCKER_VERSION := 1.12.6
99
V2PLUGIN_DOCKER_VERSION := 1.13.1
10-
CONTIV_K8S_VERSION := stable
10+
CONTIV_K8S_VERSION ?= stable
1111
SHELL := /bin/bash
1212
# TODO: contivmodel should be removed once its code passes golint and misspell
1313
EXCLUDE_DIRS := bin docs Godeps scripts vagrant vendor install contivmodel

0 commit comments

Comments
 (0)