X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=blobdiff_plain;f=foreman%2Fci%2Fbuild.sh;h=7a1ef523ced31ca682e17922046a6bad4c39d963;hb=d4eb37b317137772d783a12be0ff06504669ad63;hp=0f71636b0a098526eae57dd8861675e79cd1e7ac;hpb=cce7eb9fc26c71eedfdbd0d289f4c484ea7ecc99;p=genesis.git diff --git a/foreman/ci/build.sh b/foreman/ci/build.sh index 0f71636..7a1ef52 100755 --- a/foreman/ci/build.sh +++ b/foreman/ci/build.sh @@ -296,7 +296,6 @@ if [ ! -z ${BUILD_CACHE_URI} ]; then echo "Downloading cach file ${BUILD_CACHE_URI}/${REMOTE_CACHE_ARCH_NAME} ..." set +e ${REMOTE_ACCESS_METHD} -o ${CACHE_TMP}/cache/${LOCAL_CACHE_ARCH_NAME}.tgz ${BUILD_CACHE_URI}/${REMOTE_CACHE_ARCH_NAME}.tgz - tar -tzf ${BUILD_CACHE_URI}/${REMOTE_CACHE_ARCH_NAME}.tgz >/dev/null rc=$? set -e if [ $rc -ne 0 ]; then