Skip to content

Commit

Permalink
Add print of repro instructions in CI script
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbeckingsale committed Jul 26, 2023
1 parent 1e5ef60 commit a95afdc
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions scripts/gitlab/build_and_test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -256,4 +256,11 @@ fi
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~~~ Build and test completed"
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
echo "~~~~~ To reproduce this build:"
echo ""
echo " #`git rev-parse HEAD` on host ${truehostname}"
echo ""
echo "SPACK_DISABLE_LOCAL_CONFIG=\"\" SPACK_USER_CACHE_PATH=\"ci_spack_cache\" python3 scripts/uberenv/uberenv.py ${SPEC}"
echo ""
echo "~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~"
date

0 comments on commit a95afdc

Please sign in to comment.