Skip to content
Snippets Groups Projects
Commit 5ca5e3ac authored by Amir MOHAMMADI's avatar Amir MOHAMMADI
Browse files

urls do not exist anymore

parent e426392f
No related branches found
No related tags found
1 merge request!63Conda package based CI
......@@ -269,14 +269,11 @@ fi
# $2: Path to the extra cache to be merged into main cache
merge_conda_cache() {
if [ -e ${1} ]; then
_cached_urls="${2}/urls"
_urls="${1}/urls"
_cached_urlstxt="${2}/urls.txt"
_urlstxt="${1}/urls.txt"
if [ -e ${2} ]; then
log_info "Merging urls.txt and packages with cached files..."
mv ${2}/*.tar.bz2 ${1}/
cat ${_urls} ${_cached_urls} | sort | uniq > ${_urls}
cat ${_urlstxt} ${_cached_urlstxt} | sort | uniq > ${_urlstxt}
fi
fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment