Skip to content

Commit 9c648dd

Browse files
author
Wei Tie
committed
Expose CONTIV_ACI_GW_VERSION
Signed-off-by: Wei Tie <[email protected]>
1 parent 5c79241 commit 9c648dd

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@ export CONTIV_INSTALLER_VERSION ?= $(BUILD_VERSION)
66
export CONTIV_ARTIFACT_STAGING := $(PWD)/artifact_staging
77
# some assets are retrieved from GitHub, this is the default version to fetch
88
export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.5
9+
export CONTIV_ACI_GW_VERSION ?= latest
910
export NETPLUGIN_OWNER ?= contiv
1011
# setting NETPLUGIN_BRANCH compiles that commit on demand,
1112
# setting CONTIV_NETPLUGIN_VERSION will download that released version

scripts/build.sh

+1
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
# * CONTIV_INSTALLER_VERSION - sets the tarball artifact filenames
55
# * CONTIV_NETPLUGIN_VERSION - updates config files to locate contiv tarball
66
# * CONTIV_V2PLUGIN_VERSION - which v2plugin version to download during install
7+
# * CONTIV_ACI_GW_VERSION - which aci_gw version to download during install
78

89
set -xeuo pipefail
910

0 commit comments

Comments
 (0)