From a395845e73cf50a9e0d4910b6a6bbb3bad6eb75d Mon Sep 17 00:00:00 2001 From: Shankar Narayanan Date: Tue, 24 Apr 2018 13:05:55 -0400 Subject: Pull the repo Pull the repo in the vm init scripts. Issue-ID: INT-444 Change-Id: I5c0d337fbf55589af069724d714407e27c8336d2 Signed-off-by: Shankar Narayanan --- boot/oof_vm_init.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit