diff options
author | su622b <sunil.unnava@att.com> | 2018-04-24 10:00:06 -0400 |
---|---|---|
committer | su622b <sunil.unnava@att.com> | 2018-04-24 10:00:24 -0400 |
commit | ac1abe1b4fab74bbd900678af5e5360ec96d9494 (patch) | |
tree | 9930bc91129952614c56560c2a0af06743ced6b3 /boot/mr_install.sh | |
parent | 2ac3802b4c88c09d8c2df2a218adda7c8955cd36 (diff) |
Move MR HEAT files to MR repository
Issue-ID: DMAAP-433
Change-Id: I4e344e87edc3982b18df5a795a5f8ddf3aecf53c
Signed-off-by: su622b <sunil.unnava@att.com>
Diffstat (limited to 'boot/mr_install.sh')
-rw-r--r-- | boot/mr_install.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/mr_install.sh b/boot/mr_install.sh index 9bd56563..9238cf8b 100644 --- a/boot/mr_install.sh +++ b/boot/mr_install.sh @@ -102,5 +102,5 @@ resolvconf -u # Clone Gerrit repository and run docker containers cd /opt -git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO dcae-startup-vm-message-router +git clone -b $GERRIT_BRANCH --single-branch $CODE_REPO /opt/startup-vm-message-router/demo ./mr_vm_init.sh |