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
9dfa6f36
Commit
9dfa6f36
authored
Jan 10, 2019
by
André Anjos
💬
Browse files
[ci] Avoid logging move on cache merge (too lengthy)
parent
6ca8652b
Pipeline
#25795
failed with stages
in 2 minutes and 28 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
ci/bootstrap.sh
View file @
9dfa6f36
...
...
@@ -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
...
...
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