Skip to content

Commit

Permalink
Revert
Browse files Browse the repository at this point in the history
  • Loading branch information
dometto committed Apr 23, 2024
1 parent 4558715 commit 186f8b2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions playbooks/roles/miniconda/templates/runonce_conda.sh.j2
Original file line number Diff line number Diff line change
@@ -1,13 +1,13 @@
#!/bin/bash
set -e

{% if install_userspace and not install_userspace_preinstall -%}
{% if install_userspace -%}
MINICONDA_DEST=~/miniconda
if [[ ! -d "$MINICONDA_DEST" ]]; then
echo "Installing miniconda"
{{ miniconda_download_dest }}/{{ miniconda_install_script }} -b -p "$MINICONDA_DEST"
fi
{% elif not install_userspace -%}
{% else -%}
MINICONDA_DEST="{{ miniconda_install_dir }}"
{% endif -%}

Expand Down

0 comments on commit 186f8b2

Please sign in to comment.