diff options
author | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-01 13:04:03 +0100 |
---|---|---|
committer | Alexandru Avadanii <Alexandru.Avadanii@enea.com> | 2016-12-01 13:04:33 +0100 |
commit | fba53f7a5ab976f11acc5873b135355cba512979 (patch) | |
tree | ada1d53ed9e2e1f4ed46123a572cb68064349c0a /patches/opnfv-fuel | |
parent | d2f3b2a70f9b6281688f64258f0a01080490d781 (diff) |
deploy-cache: Fixup targetimages extract typo
JIRA: ARMBAND-172
Change-Id: I9f549e0161d39d8f72fff698cfc26c164b0f10ae
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
Diffstat (limited to 'patches/opnfv-fuel')
-rw-r--r-- | patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch b/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch index 93c91a71..52e85a41 100644 --- a/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch +++ b/patches/opnfv-fuel/upstream-backports/0005-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch @@ -584,7 +584,7 @@ index 0000000..d7ec1c7 + else: + log('New cache SHA1: %s (%s)' % (str(sha), artifact)) + cache_sha_dir = os.path.join(self.cache_dir, sha) -+ exec_cmd('mkdir -p %s', cache_sha_dir) ++ exec_cmd('mkdir -p %s' % cache_sha_dir) + func(ssh, cache_sha_dir) + except Exception as ex: + log('Failed to extract artifacts from Fuel: %s' % str(ex)) |