Skip to content

Commit

Permalink
Expose CONTIV_ACI_GW_VERSION
Browse files Browse the repository at this point in the history
Signed-off-by: Wei Tie <[email protected]>
  • Loading branch information
Wei Tie committed Nov 14, 2017
1 parent 5c79241 commit 9c648dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,7 @@ export CONTIV_INSTALLER_VERSION ?= $(BUILD_VERSION)
export CONTIV_ARTIFACT_STAGING := $(PWD)/artifact_staging
# some assets are retrieved from GitHub, this is the default version to fetch
export DEFAULT_DOWNLOAD_CONTIV_VERSION := 1.1.5
export CONTIV_ACI_GW_VERSION ?= latest
export NETPLUGIN_OWNER ?= contiv
# setting NETPLUGIN_BRANCH compiles that commit on demand,
# setting CONTIV_NETPLUGIN_VERSION will download that released version
Expand Down
1 change: 1 addition & 0 deletions scripts/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
# * CONTIV_INSTALLER_VERSION - sets the tarball artifact filenames
# * CONTIV_NETPLUGIN_VERSION - updates config files to locate contiv tarball
# * CONTIV_V2PLUGIN_VERSION - which v2plugin version to download during install
# * CONTIV_ACI_GW_VERSION - which aci_gw version to download during install

set -xeuo pipefail

Expand Down

0 comments on commit 9c648dd

Please sign in to comment.