diff options
Diffstat (limited to 'foreman/ci/build.sh')
-rwxr-xr-x | foreman/ci/build.sh | 1 |
1 files changed, 0 insertions, 1 deletions
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 |