summaryrefslogtreecommitdiffstats
path: root/demo/deploy.sh
diff options
context:
space:
mode:
authorGary Wu <gary.i.wu@huawei.com>2018-05-04 07:32:09 -0700
committerGary Wu <gary.i.wu@huawei.com>2018-05-04 07:33:42 -0700
commit08fc50ddca43348d893a52a05f92a1690c9e929a (patch)
tree6e865e5bf817798c31d484576b146c700c8d666a /demo/deploy.sh
parent4e794ec84f43347edf2ce91ab5f73113f75e760b (diff)
Use dynamic docker repository for dmaap-mr
Change-Id: Id0f0974fc38c81e27ca9c5ec7bb5e2c42ac9cb8d Issue-ID: INT-482 Signed-off-by: Gary Wu <gary.i.wu@huawei.com>
Diffstat (limited to 'demo/deploy.sh')
-rw-r--r--demo/deploy.sh2
1 files changed, 2 insertions, 0 deletions
diff --git a/demo/deploy.sh b/demo/deploy.sh
index b11a1e0..f54c09a 100644
--- a/demo/deploy.sh
+++ b/demo/deploy.sh
@@ -2,6 +2,8 @@
set -e
+export NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt)
+
# do not change this, it is already matched with the git repo file structure
DOCKER_FILE_DIR='./docker_files'