File tree 2 files changed +2
-0
lines changed
2 files changed +2
-0
lines changed Original file line number Diff line number Diff line change @@ -6,6 +6,7 @@ export CONTIV_INSTALLER_VERSION ?= $(BUILD_VERSION)
6
6
export CONTIV_ARTIFACT_STAGING := $(PWD ) /artifact_staging
7
7
# some assets are retrieved from GitHub, this is the default version to fetch
8
8
export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.5
9
+ export CONTIV_ACI_GW_VERSION ?= latest
9
10
export NETPLUGIN_OWNER ?= contiv
10
11
# setting NETPLUGIN_BRANCH compiles that commit on demand,
11
12
# setting CONTIV_NETPLUGIN_VERSION will download that released version
Original file line number Diff line number Diff line change 4
4
# * CONTIV_INSTALLER_VERSION - sets the tarball artifact filenames
5
5
# * CONTIV_NETPLUGIN_VERSION - updates config files to locate contiv tarball
6
6
# * CONTIV_V2PLUGIN_VERSION - which v2plugin version to download during install
7
+ # * CONTIV_ACI_GW_VERSION - which aci_gw version to download during install
7
8
8
9
set -xeuo pipefail
9
10
You can’t perform that action at this time.
0 commit comments