diff options
author | Instrumental <jonathan.gathman@att.com> | 2019-04-22 11:01:35 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2019-04-22 11:18:58 -0500 |
commit | 50a914885f4aa2828e257663d8de0aa64c156cee (patch) | |
tree | 6e928096bf201b124568037c12d49ffb79968d8a /auth/docker/d.props.init | |
parent | 0b648042185abc799f4d0847fdd344f2c7006010 (diff) |
CSIT version variance handling
Issue-ID: AAF-816
Change-Id: I0f4b53825b9c94ff5016fcfcf928150fbf2ab175
Signed-off-by: Instrumental <jonathan.gathman@att.com>
Diffstat (limited to 'auth/docker/d.props.init')
-rw-r--r-- | auth/docker/d.props.init | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index 75453b94..b9eb0162 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -23,7 +23,7 @@ PROJECT=aaf # Note: Override can happen on dbuild.sh Commandline, -r <registry> DOCKER_PULL_REGISTRY=nexus3.onap.org:10001 DOCKER_REPOSITORY=nexus3.onap.org:10003 -VERSION=2.1.11 +VERSION=2.1.11-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf # For local builds, set PREFIX= PREFIX="$DOCKER_REPOSITORY/" |