From 98fb88516160dc2fe6eaf8d3aa83e6770749fded Mon Sep 17 00:00:00 2001 From: David Beckingsale Date: Thu, 27 Jul 2023 11:23:57 -0700 Subject: [PATCH] Add spec argument --- scripts/gitlab/build_and_test.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/gitlab/build_and_test.sh b/scripts/gitlab/build_and_test.sh index 245d908fe..ab724d412 100755 --- a/scripts/gitlab/build_and_test.sh +++ b/scripts/gitlab/build_and_test.sh @@ -261,7 +261,7 @@ echo "~~~~~ To reproduce this build on ${truehostname}:" echo "" echo " git checkout `git rev-parse HEAD` && git submodule update --init --recursive" echo "" -echo "SPACK_DISABLE_LOCAL_CONFIG=\"\" SPACK_USER_CACHE_PATH=\"ci_spack_cache\" python3 scripts/uberenv/uberenv.py --prefix=/tmp/\$(whoami)/uberenv \"${spec}\"" +echo "SPACK_DISABLE_LOCAL_CONFIG=\"\" SPACK_USER_CACHE_PATH=\"ci_spack_cache\" python3 scripts/uberenv/uberenv.py --prefix=/tmp/\$(whoami)/uberenv --spec=\"${spec}\"" echo "" echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~" date