Skip to content

Commit

Permalink
Add spec argument
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale authored Jul 27, 2023
1 parent 384be4b commit 98fb885
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/gitlab/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 98fb885

Please sign in to comment.