Skip to content
Snippets Groups Projects
Commit 9dfa6f36 authored by André Anjos's avatar André Anjos :speech_balloon:
Browse files

[ci] Avoid logging move on cache merge (too lengthy)

parent 6ca8652b
No related branches found
No related tags found
No related merge requests found
Pipeline #25795 failed
...@@ -38,7 +38,7 @@ merge_conda_cache() { ...@@ -38,7 +38,7 @@ merge_conda_cache() {
_urlstxt="${1}/urls.txt" _urlstxt="${1}/urls.txt"
if [ -e ${2} ]; then if [ -e ${2} ]; then
log_info "Merging urls.txt and packages with cached files..." 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} cat ${_urlstxt} ${_cached_urlstxt} | sort | uniq > ${_urlstxt}
fi fi
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment