diff --git a/gitlab/functions.sh b/gitlab/functions.sh index ffa435764e5a607c016172d65b1ad5dab424309c..8b24fca21fddae7fdc9e4e6e5c24d9089bd4cfdb 100644 --- a/gitlab/functions.sh +++ b/gitlab/functions.sh @@ -199,11 +199,7 @@ check_pass DOCPASS ARCH=`arch` if [ -z "${CONDA_FOLDER}" ]; then - if [ "${ARCH}" == "linux" ]; then - CONDA_FOLDER=/local/conda - else - CONDA_FOLDER=/opt/conda - fi + CONDA_FOLDER=/opt/conda fi if [ -z "${CONDA_PREFIX}" ]; then