Skip to content
Snippets Groups Projects
Commit 529c7455 authored by Holger Brendebach's avatar Holger Brendebach
Browse files

add mamba install command

parent f221ecf5
Branches
No related tags found
No related merge requests found
......@@ -160,8 +160,8 @@ branch:|$branch
[[ $dryrun == false && $do_git_pull == true ]] && ( git -C $git_parent_dir clone --branch "$branch" "${repository_origin_urls[$pipeline]}" || die "Could not clone repository: $pipeline" )
[[ ! -d $pipeline_dir ]] && die "Directory was not created: $pipeline_dir"
## check status
"$pipeline_dir"/"${pipeline_setup_sh[$pipeline]}" --auto --status
## install mamba environment
"$pipeline_dir"/"${pipeline_setup_sh[$pipeline]}" --auto --mamba
return 0
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment