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

[ci] don't remove ~/.conda folders

parent 01e6d037
No related branches found
No related tags found
No related merge requests found
Pipeline #54612 passed
...@@ -20,8 +20,6 @@ stages: ...@@ -20,8 +20,6 @@ stages:
.bootstrap: .bootstrap:
before_script: before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc" - "[ -r ~/.condarc ] && rm -fv ~/.condarc"
# remove ~/.conda if it exists unless it's a mac machine
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel base - python3 bootstrap.py -vv channel base
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
...@@ -22,8 +22,6 @@ stages: ...@@ -22,8 +22,6 @@ stages:
.bootstrap: .bootstrap:
before_script: before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc" - "[ -r ~/.condarc ] && rm -fv ~/.condarc"
# remove ~/.conda if it exists unless it's a mac machine
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - source ${CONDA_ROOT}/etc/profile.d/conda.sh
......
...@@ -22,8 +22,6 @@ stages: ...@@ -22,8 +22,6 @@ stages:
.bootstrap: .bootstrap:
before_script: before_script:
- "[ -r ~/.condarc ] && rm -fv ~/.condarc" - "[ -r ~/.condarc ] && rm -fv ~/.condarc"
# remove ~/.conda if it exists unless it's a mac machine
- "[ -d ~/.conda ] && [ ! -d /Applications ] && rm -rfv ~/.conda"
- curl --silent "${BOOTSTRAP}" --output "bootstrap.py" - curl --silent "${BOOTSTRAP}" --output "bootstrap.py"
- python3 bootstrap.py -vv channel bdt - python3 bootstrap.py -vv channel bdt
- source ${CONDA_ROOT}/etc/profile.d/conda.sh - 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