summaryrefslogtreecommitdiffstats
path: root/foreman
diff options
context:
space:
mode:
Diffstat (limited to 'foreman')
-rwxr-xr-xforeman/ci/build.sh1
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