diff options
author | Marco Platania <platania@research.att.com> | 2018-04-24 17:20:07 +0000 |
---|---|---|
committer | Gerrit Code Review <gerrit@onap.org> | 2018-04-24 17:20:07 +0000 |
commit | 25244c2dd0660d4cc025cc30a846fee4e7cfa411 (patch) | |
tree | cdae9adbf26e03cd6e38139548ed52bfbcc220f1 /boot/oof_vm_init.sh | |
parent | ac1abe1b4fab74bbd900678af5e5360ec96d9494 (diff) | |
parent | a395845e73cf50a9e0d4910b6a6bbb3bad6eb75d (diff) |
Merge "Pull the repo"
Diffstat (limited to 'boot/oof_vm_init.sh')
-rw-r--r-- | boot/oof_vm_init.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/oof_vm_init.sh b/boot/oof_vm_init.sh index 3baa7cc1..cf47b10a 100644 --- a/boot/oof_vm_init.sh +++ b/boot/oof_vm_init.sh @@ -10,7 +10,7 @@ NEXUS_DOCKER_REPO=$(cat /opt/config/nexus_docker_repo.txt) DOCKER_IMAGE_VERSION=$(cat /opt/config/docker_version.txt) cd /opt/optf-has -#git pull +git pull COND_CONF=/opt/optf-has/conductor.conf LOG_CONF=/opt/optf-has/log.conf |