diff options
author | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 05:52:51 -0400 |
---|---|---|
committer | MatthewLi <matthew.lijun@huawei.com> | 2016-06-01 05:53:48 -0400 |
commit | f670ac5d8572ed93811ad01a9d27142cba77de5d (patch) | |
tree | d07bc29cd2d32ee9de45725d19b33fd9de349efa /testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | |
parent | 3e8bf0c0b273324d52970c7127d2be5e294e3aff (diff) |
file download separated from image creation progress
JIRA: BOTTLENECK-86
Change-Id: I1603d8121d58ea36d6bd2aa241590fddd70c2e6f
Signed-off-by: MatthewLi <matthew.lijun@huawei.com>
Diffstat (limited to 'testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh')
-rwxr-xr-x | testsuites/rubbos/puppet_manifests/internal/run_rubbos_internal.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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} |