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

[nightlies][ci][skip ci] make the rm command verbose

parent f6fbe95f
No related branches found
No related tags found
No related merge requests found
Pipeline #54499 skipped
......@@ -19,9 +19,9 @@ stages:
# All stages are prepared the same, with a base set of commands
.bootstrap:
before_script:
- "[ -r ~/.condarc ] && rm -f ~/.condarc"
- "[ -r ~/.condarc ] && rm -fv ~/.condarc"
# remove ~/.conda if it exists unless it's a mac machine
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rf ~/.conda"
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
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