Skip to content

Commit

Permalink
Log git commit info during CI build
Browse files Browse the repository at this point in the history
  • Loading branch information
sleeepyjack committed Nov 10, 2023
1 parent 426eabe commit df2ea4d
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ci/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -104,6 +104,8 @@ echo "CXX_STANDARD=$CXX_STANDARD"
echo "GPU_ARCHS=$GPU_ARCHS"
echo "PARALLEL_LEVEL=$PARALLEL_LEVEL"
echo "BUILD_DIR=$BUILD_DIR"
echo "Current commit is:"
git log -1 || echo "Not a repository"
echo "========================================"

function configure(){
Expand Down

0 comments on commit df2ea4d

Please sign in to comment.