diff options
author | 2016-12-18 16:53:26 +0100 | |
---|---|---|
committer | 2016-12-21 04:14:13 +0100 | |
commit | de4b9fe37b0e7b5df67445e70edf56da2f5a4418 (patch) | |
tree | ee3865e83f856b81520527bc65a429ec04fbcf07 | |
parent | b1c96fac90bffb7d3ac20a4d096f67bda33185ea (diff) |
deploy-cache: Fix bootstrap id_rsa inject
JIRA: ARMBAND-184
Change-Id: I54be7a3d559e8b2b2e84b4da387b565536ac6189
Signed-off-by: Alexandru Avadanii <Alexandru.Avadanii@enea.com>
-rw-r--r-- | patches/opnfv-fuel/0056-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/patches/opnfv-fuel/0056-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch b/patches/opnfv-fuel/0056-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch index d72b5215..2315c5ad 100644 --- a/patches/opnfv-fuel/0056-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch +++ b/patches/opnfv-fuel/0056-CI-deploy-cache-Store-and-reuse-deploy-artifacts.patch @@ -87,7 +87,7 @@ index 0000000..80cd0f4 ++ if [ -f "${OPNFV_CACHE_PATH}/${OPNFV_CACHE_TAR}" -a \ ++ -f "${OPNFV_CACHE_PATH}/id_rsa.pub" -a \ ++ -f "${OPNFV_CACHE_PATH}/id_rsa" ]; then -++ if cp "${OPNFV_CACHE_PATH}/id_rsa{,.pub}" "~/.ssh/" && \ +++ if cp "${OPNFV_CACHE_PATH}/id_rsa"* "/root/.ssh/" && \ ++ fuel-bootstrap -v --debug import --activate \ ++ "${OPNFV_CACHE_PATH}/${OPNFV_CACHE_TAR}" >>"$bs_build_log" 2>&1; then ++ fuel notify --topic "done" --send "${bs_cache_message}" |