Skip to content
Snippets Groups Projects
Commit 95ad7132 authored by Ashwin Kumar Karnad's avatar Ashwin Kumar Karnad
Browse files

clone releases/{mpsd_release}

parent 6c384bc3
No related branches found
No related tags found
1 merge request!74Rename spack env branch names in our script
This commit is part of merge request !74. Comments created here will be created in the context of that merge request.
...@@ -392,8 +392,9 @@ def get_available_package_sets(mpsd_release: str) -> List[str]: ...@@ -392,8 +392,9 @@ def get_available_package_sets(mpsd_release: str) -> List[str]:
tmp_dir_path = Path(tmp_dir.name) tmp_dir_path = Path(tmp_dir.name)
# find package_sets by cloning repository and checking out right branch # find package_sets by cloning repository and checking out right branch
brach_name = f"releases/{mpsd_release}"
clone_repo( clone_repo(
tmp_dir_path, config_vars["spack_environments_repo"], branch=mpsd_release tmp_dir_path, config_vars["spack_environments_repo"], branch=brach_name
) )
# look for directories defining the package_sets # look for directories defining the package_sets
......
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