Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
bob
bob.devtools
Commits
1fd38d77
Commit
1fd38d77
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[ci] Fix conda cache merge
parent
938c0bb1
Pipeline
#25811
failed with stages
in 5 minutes and 29 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/bootstrap.sh
View file @
1fd38d77
...
...
@@ -53,8 +53,8 @@ check_defined() {
# $2: Path to the extra cache to be merged into main cache
merge_conda_cache
()
{
if
[
-e
${
1
}
]
;
then
_cached_urlstxt
=
"
${
2
}
/urls.txt"
_urlstxt
=
"
${
1
}
/urls.txt"
_cached_urlstxt
=
"
${
2
}
/
pkgs/
urls.txt"
_urlstxt
=
"
${
1
}
/
pkgs/
urls.txt"
if
[
-e
${
2
}
/pkgs
]
;
then
log_info
"Merging urls.txt and packages with cached files..."
mv
${
2
}
/pkgs/
*
.tar.bz2
${
1
}
/pkgs
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment