diff options
author | Instrumental <jonathan.gathman@att.com> | 2018-08-16 17:22:45 -0500 |
---|---|---|
committer | Instrumental <jonathan.gathman@att.com> | 2018-08-16 17:22:51 -0500 |
commit | e44d2f770f28c3290863e509cb2406dcb67bd686 (patch) | |
tree | fecc9931d3c2299b23d9b6c921c7b8dcd3e081d8 /auth/docker/d.props.init | |
parent | e92a354be569d7be3d6e11ab11e32bd78ff9227d (diff) |
Fix shs for REPO
Issue-ID: AAF-419
Change-Id: I2cec912c935a28c818ad4358cd236c153de54c30
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, 2 insertions, 0 deletions
diff --git a/auth/docker/d.props.init b/auth/docker/d.props.init index 54a83b71..1394c76d 100644 --- a/auth/docker/d.props.init +++ b/auth/docker/d.props.init @@ -4,6 +4,8 @@ PROJECT=aaf DOCKER_REPOSITORY=nexus3.onap.org:10003 VERSION=2.1.2-SNAPSHOT CONF_ROOT_DIR=/opt/app/osaaf +# For local builds, set PREFIX= +PREFIX="$DOCKER_REPOSITORY/" # Local Env info HOSTNAME=aaf.osaaf.org |