From 9dfa6f360d36d579556dafdba37498ed0c4e7d3f Mon Sep 17 00:00:00 2001 From: Andre Anjos <andre.dos.anjos@gmail.com> Date: Thu, 10 Jan 2019 09:36:44 +0100 Subject: [PATCH] [ci] Avoid logging move on cache merge (too lengthy) --- ci/bootstrap.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/bootstrap.sh b/ci/bootstrap.sh index 438c482c..b88688f6 100755 --- a/ci/bootstrap.sh +++ b/ci/bootstrap.sh @@ -38,7 +38,7 @@ merge_conda_cache() { _urlstxt="${1}/urls.txt" if [ -e ${2} ]; then log_info "Merging urls.txt and packages with cached files..." - log_info mv ${2}/*.tar.bz2 ${1}/ + mv ${2}/*.tar.bz2 ${1}/ cat ${_urlstxt} ${_cached_urlstxt} | sort | uniq > ${_urlstxt} fi fi -- GitLab