From f670ac5d8572ed93811ad01a9d27142cba77de5d Mon Sep 17 00:00:00 2001 From: MatthewLi Date: Wed, 1 Jun 2016 05:52:51 -0400 Subject: file download separated from image creation progress JIRA: BOTTLENECK-86 Change-Id: I1603d8121d58ea36d6bd2aa241590fddd70c2e6f Signed-off-by: MatthewLi --- testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'testsuites/rubbos/puppet_manifests') diff --git a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh index 0fa914e2..4ae04fc6 100755 --- a/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh +++ b/testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh @@ -165,8 +165,8 @@ fetch_remote_resources() { rm -rf $LOCAL_GIT_REPO fi mkdir -p $LOCAL_GIT_REPO - #sudo dpkg --configure -a sudo apt-get update + sudo dpkg --configure -a sudo apt-get install -y git cd $LOCAL_GIT_REPO git clone ${REMOTE_GIT_REPO} -- cgit 1.2.3-korg