Skip to content

Commit

Permalink
Merge pull request #304 from tiewei/hotfix/1.1.7-2
Browse files Browse the repository at this point in the history
Expose CONTIV_ACI_GW_VERSION
  • Loading branch information
tiewei authored Nov 14, 2017
2 parents 5c79241 + 9c648dd commit b21608d
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 b21608d

Please sign in to comment.