diff options
author | Shankar Narayanan <snarayanan@research.att.com> | 2018-04-24 13:05:55 -0400 |
---|---|---|
committer | Shankar Narayanan <snarayanan@research.att.com> | 2018-04-24 13:06:19 -0400 |
commit | a395845e73cf50a9e0d4910b6a6bbb3bad6eb75d (patch) | |
tree | a87b2832b516a0d2f85807914f9f5b2241a6a15f | |
parent | 2ac3802b4c88c09d8c2df2a218adda7c8955cd36 (diff) |
Pull the repo
Pull the repo in the vm init scripts.
Issue-ID: INT-444
Change-Id: I5c0d337fbf55589af069724d714407e27c8336d2
Signed-off-by: Shankar Narayanan <snarayanan@research.att.com>
-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 |