From 2a8fe3a5b00bb093aeb39da03d70ca0968c4b612 Mon Sep 17 00:00:00 2001 From: Tom Scogland Date: Fri, 18 Mar 2022 19:22:28 -0700 Subject: allow ci reproduce to work when spack is cloned to a directory not named spack (#29518) --- lib/spack/spack/ci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/spack/spack/ci.py b/lib/spack/spack/ci.py index 8d337196ce..0285122f72 100644 --- a/lib/spack/spack/ci.py +++ b/lib/spack/spack/ci.py @@ -1551,7 +1551,7 @@ def setup_spack_repro_version(repro_dir, checkout_commit, merge_commit=None): # Next attempt to clone your local spack repo into the repro dir with fs.working_dir(repro_dir): - clone_out = git("clone", spack_git_path, + clone_out = git("clone", spack_git_path, "spack", output=str, error=os.devnull, fail_on_error=False) -- cgit v1.2.3-70-g09d2